summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-08-22 23:24:22 +0000
committerJohannes Schlüter <johannes@php.net>2011-08-22 23:24:22 +0000
commit5f502879ffd4ccbbd66ddb51884be73722d01feb (patch)
tree1361e9705f63368c0aa946dfe1d669b261383d6e /main/php_version.h
parent952b9a969554e3ed0dd03eaa9d67c49ebc5f9f0f (diff)
downloadphp-git-5f502879ffd4ccbbd66ddb51884be73722d01feb.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 776b2f783a..ace33dc2e8 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 8
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.3.8"
-#define PHP_VERSION_ID 50308
+#define PHP_RELEASE_VERSION 9
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.9-dev"
+#define PHP_VERSION_ID 50309