diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-04-11 09:58:44 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-04-11 09:58:44 -0230 |
commit | 001f39102acde13dc1b7833488e2e71e5fb7cbd3 (patch) | |
tree | c613f14122a751b98856cd843500f7d362ce48a2 /php/src/IcePHP/Profile.cpp | |
parent | using Java5 mapping for Context in public API (diff) | |
download | ice-001f39102acde13dc1b7833488e2e71e5fb7cbd3.tar.bz2 ice-001f39102acde13dc1b7833488e2e71e5fb7cbd3.tar.xz ice-001f39102acde13dc1b7833488e2e71e5fb7cbd3.zip |
Changed version to 3.3.0
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 fafd06ab72a..f2ba707aa70 100644 --- a/php/src/IcePHP/Profile.cpp +++ b/php/src/IcePHP/Profile.cpp @@ -81,8 +81,8 @@ private: // necessary to IcePHP::throwException. // static const char* _coreTypes = - "define(\"ICE_STRING_VERSION\", \"3.3b\");\n" - "define(\"ICE_INT_VERSION\", 30351);\n" + "define(\"ICE_STRING_VERSION\", \"3.3.0\");\n" + "define(\"ICE_INT_VERSION\", 30300);\n" "\n" "abstract class Ice_Exception extends Exception\n" "{\n" |