summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-03-14 13:42:58 +0000
committerZeev Suraski <zeev@php.net>2002-03-14 13:42:58 +0000
commitfb837bddaf4d2bf6a834826d0364d95bee9fad7b (patch)
tree202b217dc726ed7675fb039a267fc509210fbbba
parent186651bd06e96a0b0806606d6e14ac4d8908210e (diff)
downloadphp-git-fb837bddaf4d2bf6a834826d0364d95bee9fad7b.tar.gz
Childish, are we?
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4412440ba0..f3bdab325b 100644
--- a/configure.in
+++ b/configure.in
@@ -37,7 +37,7 @@ done
AC_CANONICAL_HOST
AC_CONFIG_HEADER(main/php_config.h)
-VERSION=4.3.0-dev
+VERSION=4.2.1-dev
dnl Define where extension directories are located in the configure context
AC_DEFUN(PHP_EXT_BUILDDIR,[ext/$1])dnl
diff --git a/main/php_version.h b/main/php_version.h
index acab3c3e30..3d72e9a156 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.3.0-dev"
+#define PHP_VERSION "4.2.1-dev"