summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2012-05-03 12:03:49 -0700
committerChristopher Jones <sixd@php.net>2012-05-03 12:03:49 -0700
commit0956c00af999c295c5a13644ec835da8f96ad48d (patch)
tree3a55d53bf56fe1a8898003daaa0fc5146e1ce27b /main
parentbbf8a50281ae46c6572bd5e68f62826cde356a28 (diff)
downloadphp-git-0956c00af999c295c5a13644ec835da8f96ad48d.tar.gz
Bump to next version
Bump PHP version number
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 401ab97f4c..358c6c010d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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