summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-02-28 21:25:36 -0800
committerStanislav Malyshev <stas@php.net>2013-02-28 21:25:36 -0800
commit5c5bc7cf1bb8227ca4c91d7666fb2c46812c913b (patch)
tree8e58828079394e9e6d188cd0d5fb1f3d28ffd936 /main
parent8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 (diff)
downloadphp-git-5c5bc7cf1bb8227ca4c91d7666fb2c46812c913b.tar.gz
5.4.24-dev
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 3add96c663..10e5b7d684 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 23
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.23RC1"
-#define PHP_VERSION_ID 50323
+#define PHP_RELEASE_VERSION 24
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.3.24-dev"
+#define PHP_VERSION_ID 50324