summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-07-31 15:40:51 +0200
committerJohannes Schlüter <johannes@php.net>2014-07-31 15:40:51 +0200
commit990ecc12fcd61f16609d708edd2daf42aaf2a6ee (patch)
tree24c9d240a0bfec37092acf12d8cb392c85b78abb /main/php_version.h
parent0fe07a0e7454b4e313ad9ef17e85638ae000f4e5 (diff)
downloadphp-git-990ecc12fcd61f16609d708edd2daf42aaf2a6ee.tar.gz
PHP 5.3.29RC1php-5.3.29RC1
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 1d26f58d25..63ddb95eab 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 29
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.29-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.29RC1"
#define PHP_VERSION_ID 50329