summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-25 14:14:21 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-25 14:14:21 +0000
commite2088baab48d03457d3366793573f4d7d2404f97 (patch)
tree7bff9f1121cbb78c5824ebff23100dd0d674fae9
parent3263cdd42eeb0b5e3af2ec36ecca0eed26f20204 (diff)
downloadphp-git-e2088baab48d03457d3366793573f4d7d2404f97.tar.gz
Back to dev.
-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 5397709f57..2808a334fa 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=5
-EXTRA_VERSION=""
+RELEASE_VERSION=6
+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 eb6bff6b44..e2779e5ddc 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 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.5"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.6-dev"