summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-01-15 19:51:36 +0000
committerJohannes Schlüter <johannes@php.net>2012-01-15 19:51:36 +0000
commit93ee94adb609f34699e5535465589bea05c51b8a (patch)
tree105e57e941190c49241dd0da96ff63f0c70a5ac8 /main
parent1578af3c03cdaf65ad8b0f64ddf34b6b0f25b847 (diff)
downloadphp-git-93ee94adb609f34699e5535465589bea05c51b8a.tar.gz
We should be 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 54f018f1df..ae47b8830e 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 9
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.9"
-#define PHP_VERSION_ID 50309
+#define PHP_RELEASE_VERSION 10
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.10-dev"
+#define PHP_VERSION_ID 50310