- Fixed version

This commit is contained in:
foobar 2002-03-14 13:39:36 +00:00
parent 20f3b718dc
commit 186651bd06
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ done
AC_CANONICAL_HOST
AC_CONFIG_HEADER(main/php_config.h)
VERSION=4.2.1-dev
VERSION=4.3.0-dev
dnl Define where extension directories are located in the configure context
AC_DEFUN(PHP_EXT_BUILDDIR,[ext/$1])dnl

View File

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_VERSION "4.2.1-dev"
#define PHP_VERSION "4.3.0-dev"