summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2007-08-30 07:40:13 +0000
committerSebastian Bergmann <sebastian@php.net>2007-08-30 07:40:13 +0000
commit78e0e02179669d11dda9299678bfccabf0c7ddba (patch)
tree674a7902b0bf6ddd774fa82525442b1f54bf5a70 /main/php_version.h
parent5081b960e5f9686423804a4c1702c8cdf996f369 (diff)
downloadphp-git-78e0e02179669d11dda9299678bfccabf0c7ddba.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 595adec509..e6694c66d2 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 4
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.4"
-#define PHP_VERSION_ID 50204
+#define PHP_RELEASE_VERSION 5
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.5-dev"
+#define PHP_VERSION_ID 50205