summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-30 18:48:58 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-30 18:48:58 +0000
commitde64609fec4ee4db530cf7711106b44aa43270d9 (patch)
treeaf771ec911025972c5ce8e7a11fd593431ef3375 /main/php_version.h
parentb604bc72007c01b0b6c36d81fcaa1c7d44f332ff (diff)
downloadphp-git-de64609fec4ee4db530cf7711106b44aa43270d9.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 1a3ca71cda..4d4f1de63a 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 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.3"
-#define PHP_VERSION_ID 50203
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.4-dev"
+#define PHP_VERSION_ID 50204