summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-01-10 11:21:57 +0000
committerJohannes Schlüter <johannes@php.net>2012-01-10 11:21:57 +0000
commit3eb4b024eed4f8d12e8fa5eaf3071b2a13886b4c (patch)
treead093dae3f49c3e19e1e29b4b8cd38432002d86d /main/php_version.h
parentc97197b377047aba432728f9845aaf296da5c5ae (diff)
downloadphp-git-3eb4b024eed4f8d12e8fa5eaf3071b2a13886b4c.tar.gz
PHP 5.3.9
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 cb1153856f..83738e7745 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 "RC5-dev"
-#define PHP_VERSION "5.3.9RC5-dev"
+#define PHP_EXTRA_VERSION
+#define PHP_VERSION "5.3.9"
#define PHP_VERSION_ID 50309