summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-03 01:16:50 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-03 01:16:50 +0000
commita64c73121d063ca28fc15fa1befc58a8e7d83a33 (patch)
treef7ad9db9bb547ec51f18a924a315d2dced2358c5 /main/php_version.h
parent0f474f94740a0522fac2e0d8115c2a334a30025b (diff)
downloadphp-git-a64c73121d063ca28fc15fa1befc58a8e7d83a33.tar.gz
Back to dev
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 1972edd448..b503f86583 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.2"
-#define PHP_VERSION_ID 50202
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.3-dev"
+#define PHP_VERSION_ID 50203