]> granicus.if.org Git - php/commitdiff
back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 30 Mar 2005 22:10:25 +0000 (22:10 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 30 Mar 2005 22:10:25 +0000 (22:10 +0000)
configure.in
main/php_version.h

index 96a025512e52ee037c5ce23c50e5f479937bd32d..f7528708024c48536e938400361dd48403742165 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=11
-EXTRA_VERSION=""
+RELEASE_VERSION=12
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 01b50ccd4964515816e79f366f15aa517584c567..000968be69aaf427ac4915d7d39b356d6a9cb499 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.11"
+#define PHP_RELEASE_VERSION 12
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.12-dev"