]> granicus.if.org Git - php/commitdiff
Bump to next version
authorChristopher Jones <sixd@php.net>
Thu, 3 May 2012 19:03:49 +0000 (12:03 -0700)
committerChristopher Jones <sixd@php.net>
Thu, 3 May 2012 19:03:49 +0000 (12:03 -0700)
Bump PHP version number

configure.in
main/php_version.h

index f038f87494f2b5adff1dd0b586b285d8f734640e..b257cbb39972d3cd652062ec21e6788c5dd38dba 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=12
+PHP_RELEASE_VERSION=13
 PHP_EXTRA_VERSION="-dev"
 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`
index 401ab97f4c1679c98053bdf9db6908dffd41ef9f..358c6c010dc24a2d96846de22f27b876f15d08aa 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 12
+#define PHP_RELEASE_VERSION 13
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.12-dev"
-#define PHP_VERSION_ID 50312
+#define PHP_VERSION "5.3.13-dev"
+#define PHP_VERSION_ID 50313