]> granicus.if.org Git - php/commitdiff
Set 4.3.3 version bit.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 19:30:16 +0000 (19:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 24 Aug 2003 19:30:16 +0000 (19:30 +0000)
configure.in
main/php_version.h

index 7da4c64e230ed6895f8afc58b6935043cf793949..3577d04411e0f8a19443585f9ba63c2513fbfd21 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 553690d5ec2583c85c18d70f7760cc2e08b61376..4273dce04ec34eee2d58f5b708c39a102b1e1a5b 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "4.3.3RC5-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.3.3"