]> granicus.if.org Git - php/commitdiff
Go with 4.3.0.
authorAndrei Zmievski <andrei@php.net>
Fri, 27 Dec 2002 04:07:19 +0000 (04:07 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 27 Dec 2002 04:07:19 +0000 (04:07 +0000)
configure.in
main/php_version.h

index 640ae695a503213249d13c48f2caffe41e7741e5..509c2e8fba0e816683a1de3c391b50b8a6afa115 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 70294a012d5f3c3795bc329d141374d165ff6291..ac7c4a4810a830249566722430b21ff36ef0f30e 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.0-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.3.0"