summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-21 23:31:20 +0000
committerfoobar <sniper@php.net>2003-05-21 23:31:20 +0000
commitdb082e42158059d3985a4d64490896ad07d2dc71 (patch)
treea611f30090927604eaeea1aa24c34dc7d0f392e3
parenta7290240a20b8515d8ee17cdd16fcdc81055055e (diff)
downloadphp-git-db082e42158059d3985a4d64490896ad07d2dc71.tar.gz
- This branch is now PHP 4.3.3-dev. (no more RCs!)
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 290a46778e..6516c3daa6 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
-RELEASE_VERSION=2
-EXTRA_VERSION="RC4"
+RELEASE_VERSION=3
+EXTRA_VERSION="-dev"
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 3e6cd9b157..21948517ba 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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 2
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "4.3.2RC4"
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.3-dev"