summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-06-18 21:07:08 +0000
committerJohannes Schlüter <johannes@php.net>2009-06-18 21:07:08 +0000
commit9851acba7bb60d01a5d2198a64b36a6ead9e82d9 (patch)
tree83adda0463a449ea30f05ff94c7ff84d85867402 /main/php_version.h
parent1e119743a568ba86326d9eea77c8b568ecbb3d52 (diff)
downloadphp-git-9851acba7bb60d01a5d2198a64b36a6ead9e82d9.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 8a172b83b5..8f0336bef0 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 0
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.3.0RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.3.0RC5-dev"
#define PHP_VERSION_ID 50300