summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-12-22 12:33:04 +0000
committerJohannes Schlüter <johannes@php.net>2011-12-22 12:33:04 +0000
commit712be66d0514e5f643ae6cff3a7f2d99dd34db31 (patch)
treec14a78c89f8cbd9f4d65a758de28a7d24616bd1b /main/php_version.h
parentae054ae5023e9e4fac0ab50cd7e587012877c6bb (diff)
downloadphp-git-712be66d0514e5f643ae6cff3a7f2d99dd34db31.tar.gz
PHP 5.3.9RC4
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 8fbb163a60..6412444edc 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 9
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.3.9RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.3.9RC4"
#define PHP_VERSION_ID 50309