summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-02-07 01:01:37 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-02-07 01:01:37 +0000
commit3f8e222ab36a12c9e3bd2ed3fff1db482d616bff (patch)
treec680690a9b3b6c958e106981c7b1e6b55e430147 /main/php_version.h
parentee626ccb51d2a9b0646d464a386dc5c101eab654 (diff)
downloadphp-git-3f8e222ab36a12c9e3bd2ed3fff1db482d616bff.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 d2e8383a1d..679375d09a 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 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.1"
-#define PHP_VERSION_ID 50201
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.2-dev"
+#define PHP_VERSION_ID 50202