summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-05-06 18:51:29 +0000
committerJohannes Schlüter <johannes@php.net>2009-05-06 18:51:29 +0000
commit6eb27922d76ef2919287ca24579084cece3f6065 (patch)
tree962fbd1dc423d70c783dd33e54b7e221a95761b6 /main/php_version.h
parente6c96dec60441a113d0ef6fb71bc7de2c5d7fd4f (diff)
downloadphp-git-6eb27922d76ef2919287ca24579084cece3f6065.tar.gz
5.3.0RC2-dev
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 80c6141cd6..70dc0d9dd1 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 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.3.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.3.0RC2"
#define PHP_VERSION_ID 50300