summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-03-02 22:03:38 +0000
committerJohannes Schlüter <johannes@php.net>2011-03-02 22:03:38 +0000
commitbf5a3715f41053a1582d399ea73d0a6a6daf6dd3 (patch)
treeb75d8c592c6469afbd01807c8868fdfe375ebf41 /main/php_version.h
parent0ec836440249d0ffc5350fa7744a54c384ccdc68 (diff)
downloadphp-git-bf5a3715f41053a1582d399ea73d0a6a6daf6dd3.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 813d637e9c..02ad826c18 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 6
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.6RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.6RC3-dev"
#define PHP_VERSION_ID 50306