Commit:    d41f74f0894deb18db13a43d56363d84f97dd237
Author:    Johannes Schlüter <johan...@php.net>         Wed, 13 Jun 2012 
10:18:44 +0200
Parents:   2b7a26128a83d6d6f0e0673ee06cc3a4485d8da5
Branches:  PHP-5.3.14

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

Log:
PHP 5.3.14

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


Diff:
diff --git a/configure.in b/configure.in
index 4fc677e..f48ce4f 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=14
-PHP_EXTRA_VERSION="RC2"
+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 a7cafd7..dc61b93 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 14
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.14RC2"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.14"
 #define PHP_VERSION_ID 50314


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

Reply via email to