]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 20:43:19 +0000 (20:43 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 20:43:19 +0000 (20:43 +0000)
configure.in
main/php_version.h

index 3577d04411e0f8a19443585f9ba63c2513fbfd21..6d7833c774767deb3baae04969bd6739bf17524a 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+RELEASE_VERSION=4
+EXTRA_VERSION="RC1-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 4273dce04ec34eee2d58f5b708c39a102b1e1a5b..03c706ec31e7973a50e80a055363fd9864baae37 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 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.3"
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "4.3.3RC1-dev"