summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-23 20:33:21 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-23 20:33:21 +0000
commit3c038201eb10e6ee34ebeef4bc00d17cc7d86bae (patch)
tree05de26d1101b04ff12396e6e930e1d6dc9fc2c4a /main/php_version.h
parente0669bf1ab0892132bf6fe6f81587bfba45e7329 (diff)
downloadphp-git-3c038201eb10e6ee34ebeef4bc00d17cc7d86bae.tar.gz
5.3.0 RC 1
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 3ff03e130e..46c8f1d58c 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 "beta2-dev"
-#define PHP_VERSION "5.3.0beta2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.0RC1"
#define PHP_VERSION_ID 50300