summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-02-13 21:55:12 +0100
committerJohannes Schlüter <johannes@php.net>2013-02-13 21:55:12 +0100
commit229edf4f3d76bb34637f87b24240631c013ab79e (patch)
tree309a75b93855a78b4683d358cef21ded899ffede /main/php_version.h
parent588d7adcb2660ab6a4e1736b88c45b7e073aa74d (diff)
downloadphp-git-229edf4f3d76bb34637f87b24240631c013ab79e.tar.gz
PHP 5.3.22RC2php-5.3.22RC2
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 0ab3cac476..51ace4e78b 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 22
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.22RC1"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.3.22RC2"
#define PHP_VERSION_ID 50322