diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-02-18 20:32:28 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-02-18 20:32:28 +0000 |
commit | 3e5d95b75a62aaa0575a9c2da10048328fd9bc84 (patch) | |
tree | 1d09d9979ac5d1bc1ef36771d983d77f73426f43 /php/src | |
parent | Update for PHP5b4: (diff) | |
download | ice-3e5d95b75a62aaa0575a9c2da10048328fd9bc84.tar.bz2 ice-3e5d95b75a62aaa0575a9c2da10048328fd9bc84.tar.xz ice-3e5d95b75a62aaa0575a9c2da10048328fd9bc84.zip |
updating version number to 1.3.0
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/ice/profile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/src/ice/profile.cpp b/php/src/ice/profile.cpp index 3bb4abda8c2..5d603b63e2a 100644 --- a/php/src/ice/profile.cpp +++ b/php/src/ice/profile.cpp @@ -80,8 +80,8 @@ private: // necessary to IcePHP::throwException. // static const char* _coreTypes = - "define(\"ICE_STRING_VERSION\", \"1.2.0\");\n" - "define(\"ICE_INT_VERSION\", 10200);\n" + "define(\"ICE_STRING_VERSION\", \"1.3.0\");\n" + "define(\"ICE_INT_VERSION\", 10300);\n" "\n" "abstract class Ice_Exception extends Exception\n" "{\n" |