Commit:    4e573053dc625cc2a92917ab10511759bc19135e
Author:    Johannes Schlüter <johan...@php.net>         Wed, 5 Jun 2013 
16:29:25 +0200
Parents:   882aa9c687806d44f7e70555d7dfa125b507561e
Branches:  PHP-5.3.26

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=4e573053dc625cc2a92917ab10511759bc19135e

Log:
PHP 5.3.26

Changed paths:
  M  configure.in
  M  main/php_version.h


Diff:
diff --git a/configure.in b/configure.in
index 65ad742..192acee 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 3033c1c..708ca7f 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to