summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-25 00:05:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-25 00:05:30 +0000
commitf0b7941067aa1f36e2334de2746b13e5d3c7a217 (patch)
tree61f7eeb36edaab45a946909d9268ea134be2729b /main/php_version.h
parenta894611636221767ac5e2a6ff9df99616aced7b8 (diff)
downloadphp-git-f0b7941067aa1f36e2334de2746b13e5d3c7a217.tar.gz
5.2.3RC1
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 b503f86583..4ba79a9a59 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.3RC1"
#define PHP_VERSION_ID 50203