summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-25 13:57:01 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-25 13:57:01 +0000
commit3263cdd42eeb0b5e3af2ec36ecca0eed26f20204 (patch)
treebbd76d48eea6a0e7fcaa6ba53c0de7f1b9be4a4b
parentc6a2f0628defbc83494e566b2f8a68f33ef19f1c (diff)
downloadphp-git-3263cdd42eeb0b5e3af2ec36ecca0eed26f20204.tar.gz
Go with 4.3.5
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0ee0b9858b..5397709f57 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=5
-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
diff --git a/main/php_version.h b/main/php_version.h
index 42b0832e7e..eb6bff6b44 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "4.3.5RC5-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.3.5"