summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-03-14 18:07:03 +0100
committerJohannes Schlüter <johannes@php.net>2013-03-14 18:07:03 +0100
commit575aeb37d0f4ce2b5ba9157884a19b8270ae07e3 (patch)
tree3741a35592c08b9a99e9db2441b083a61da9bc22 /main/php_version.h
parent8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 (diff)
downloadphp-git-PHP-5.3.23.tar.gz
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 3add96c663..978e39d10d 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 "RC1"
-#define PHP_VERSION "5.3.23RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.23"
#define PHP_VERSION_ID 50323