summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-06-05 16:29:25 +0200
committerJohannes Schlüter <johannes@php.net>2013-06-05 16:29:25 +0200
commit4e573053dc625cc2a92917ab10511759bc19135e (patch)
treeed48e8cd4c3090a02428302d49fb7b0b901ba124
parent882aa9c687806d44f7e70555d7dfa125b507561e (diff)
downloadphp-git-PHP-5.3.26.tar.gz
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 65ad7427c8..192acee08f 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=26
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 3033c1c630..708ca7f81a 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 26
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.26RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.26"
#define PHP_VERSION_ID 50326