summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-11-27 17:29:54 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-11-27 17:29:54 +0000
commit4320984303e3889a694bfddc2e4458ca847d897f (patch)
tree25e356656c12f38f3ff690577b456cdc40f8e52a /main
parent8b443a1851fb7f7d52a09721322eb04f3ec444bd (diff)
downloadphp-git-4320984303e3889a694bfddc2e4458ca847d897f.tar.gz
Back to dev
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 86c35ce685..b236431cad 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.1"
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.2-dev"