summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-11-03 15:26:34 +0000
committerJohannes Schlüter <johannes@php.net>2011-11-03 15:26:34 +0000
commit98dfe368526adb930db1f8004db69251796027ae (patch)
treeb381e13c024eb2e52e9c87a2d4fe7f519d83dce3 /main/php_version.h
parent60937c2cf6d706d282deaa7ed9019640e105fc69 (diff)
downloadphp-git-98dfe368526adb930db1f8004db69251796027ae.tar.gz
Back to -dev
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 7298e8f24b..014999570b 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.9RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.3.9RC2-dev"
#define PHP_VERSION_ID 50309