Back to 4.3.0-dev.

This commit is contained in:
Andrei Zmievski 2002-10-27 19:51:17 +00:00
parent a7e87d2485
commit 615c033ea8
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=0
EXTRA_VERSION="-pre2"
EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context

View File

@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-pre2"
#define PHP_VERSION "4.3.0-pre2"
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "4.3.0-dev"