1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

Fix version number

This commit is contained in:
Zeev Suraski
2002-03-14 13:27:43 +00:00
parent bfa2653b61
commit 075dc0ccc6
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.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

View File

@@ -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"