]> granicus.if.org Git - php/commitdiff
No RC1 just yet :)
authorIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 20:46:36 +0000 (20:46 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 20:46:36 +0000 (20:46 +0000)
configure.in
main/php_version.h

index 6d7833c774767deb3baae04969bd6739bf17524a..4dd78a584e07918e8c5ac4f23ce0bc8354c2241a 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION="RC1-dev"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 03c706ec31e7973a50e80a055363fd9864baae37..a170692a5c6420c5615aac388460894f8451b112 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "4.3.3RC1-dev"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.4-dev"