summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-12-02 14:34:32 +0000
committerJohannes Schlüter <johannes@php.net>2010-12-02 14:34:32 +0000
commit094bcdff8b8c8d11a920a279c15f79db9cc95ffb (patch)
treed5b12406f8aeb4d78d1b39bf3db36c2db8f56500 /main/php_version.h
parent334e62a77db527b21b2b6003c81dae3f72671700 (diff)
downloadphp-git-094bcdff8b8c8d11a920a279c15f79db9cc95ffb.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 b99d6bfc64..d81ca2e363 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 4
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.4RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.4RC3-dev"
#define PHP_VERSION_ID 50304