summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-11-27 00:06:19 -0800
committerStanislav Malyshev <stas@php.net>2013-11-27 00:06:19 -0800
commit7202bed1f2ba8c171d78f6a1a1889372cc02bdc7 (patch)
tree1d0b03abc70743126562d0ee819b1fcc10ce72a2 /main/php_version.h
parent0aadab0e2eb101953ceb60b63f6ac157f7e03b03 (diff)
downloadphp-git-php-5.4.23RC1.tar.gz
5.4.23 rc1php-5.4.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 523bda6743..12eb7c387c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 23
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.23-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.23RC1"
#define PHP_VERSION_ID 50423