diff options
Diffstat (limited to 'php/src/IcePHP/Profile.cpp')
-rw-r--r-- | php/src/IcePHP/Profile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/src/IcePHP/Profile.cpp b/php/src/IcePHP/Profile.cpp index b4eb307193c..dc4ca6bc8bb 100644 --- a/php/src/IcePHP/Profile.cpp +++ b/php/src/IcePHP/Profile.cpp @@ -77,8 +77,8 @@ private: // necessary to IcePHP::throwException. // static const char* _coreTypes = - "define(\"ICE_STRING_VERSION\", \"3.3.0\");\n" - "define(\"ICE_INT_VERSION\", 30300);\n" + "define(\"ICE_STRING_VERSION\", \"3.3b\");\n" + "define(\"ICE_INT_VERSION\", 30351);\n" "\n" "abstract class Ice_Exception extends Exception\n" "{\n" |