summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-11-08 13:53:14 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-11-08 13:53:14 +0000
commit01254364392f8152e06c2c2b2ff5da99800ef994 (patch)
tree682540dd63dd08bfaed58949d89cea0d65c1cb08 /main
parentaf81b9d973a323103e3eb8ecebcf67d2df71d2ca (diff)
downloadphp-git-01254364392f8152e06c2c2b2ff5da99800ef994.tar.gz
Back to dev
Diffstat (limited to 'main')
-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 c4cd550849..4edfe87cb8 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 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.5"
-#define PHP_VERSION_ID 50205
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.6-dev"
+#define PHP_VERSION_ID 50206