diff options
-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" |