summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-02-18 20:32:28 +0000
committerMark Spruiell <mes@zeroc.com>2004-02-18 20:32:28 +0000
commit3e5d95b75a62aaa0575a9c2da10048328fd9bc84 (patch)
tree1d09d9979ac5d1bc1ef36771d983d77f73426f43 /php/src
parentUpdate for PHP5b4: (diff)
downloadice-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.cpp4
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"