]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 20 Sep 2004 23:29:49 +0000 (23:29 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 20 Sep 2004 23:29:49 +0000 (23:29 +0000)
configure.in
main/php_version.h

index 73b28947ea04f13b4ca09e5f5b8a1a07af530a24..7f4d9182128f64f188a0e82ed06eae1db9438606 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION=""
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 6401c0e146094748a7c9301726007bbaf37e3318..8df0262b79f35c544ef34745f17490342cc173b5 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 9
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.9"
+#define PHP_RELEASE_VERSION 10
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.10-dev"