summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-06-29 16:33:25 +0000
committerJohannes Schlüter <johannes@php.net>2009-06-29 16:33:25 +0000
commit52c9cad8e43e5ab889ea5912db534bac9df68aad (patch)
tree89251b2210e350529818062de3ebebc2ea4a09f8 /main/php_version.h
parentba04122ae22ae24f6ff5b1fdcd6be47d78720d85 (diff)
downloadphp-git-52c9cad8e43e5ab889ea5912db534bac9df68aad.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 b73190a26b..00b37e3437 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 3
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.0"
-#define PHP_VERSION_ID 50300
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.1-dev"
+#define PHP_VERSION_ID 50301