summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-02-28 21:22:06 -0800
committerStanislav Malyshev <stas@php.net>2013-02-28 21:22:06 -0800
commit8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 (patch)
tree93cb704927f794015fcf50dbd5eee03265b46972 /main/php_version.h
parent61099f85857193c223dd62b0c5302507a77cf0ab (diff)
downloadphp-git-8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2.tar.gz
5.3.23RC1php-5.3.23RC1
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 3a4fbe1b6b..3add96c663 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 23
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.23-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.23RC1"
#define PHP_VERSION_ID 50323