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 d1c1c92f801..eb90ed7a935 100644 --- a/php/src/IcePHP/Profile.cpp +++ b/php/src/IcePHP/Profile.cpp @@ -75,8 +75,8 @@ private: // necessary to IcePHP::throwException. // static const char* _coreTypes = - "define(\"ICE_STRING_VERSION\", \"3.2.0\");\n" - "define(\"ICE_INT_VERSION\", 30200);\n" + "define(\"ICE_STRING_VERSION\", \"3.2b\");\n" + "define(\"ICE_INT_VERSION\", 30251);\n" "\n" "abstract class Ice_Exception extends Exception\n" "{\n" |