summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-08-13 20:07:58 +0000
committerHannes Magnusson <bjori@php.net>2007-08-13 20:07:58 +0000
commit1507d56fc6d01a13daf945cd09a3035c7882ed05 (patch)
treec06e6615534751f5be7810bbb32cf77e19990c43 /main/php_version.h
parentafed25d648d34e5a6e1e4545c9508e7aa0007710 (diff)
downloadphp-git-1507d56fc6d01a13daf945cd09a3035c7882ed05.tar.gz
Fix version
# RC1 is out, RC2 is in the works..
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 8704763b3a..c330035630 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 4
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.2.4RC1-dev"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.4RC2-dev"
#define PHP_VERSION_ID 50204