Go with 5.1.2RC2

This commit is contained in:
Ilia Alshanetsky 2006-01-05 18:36:24 +00:00
parent 8340e30313
commit 32dc6ee526
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=1
RELEASE_VERSION=2
EXTRA_VERSION="RC2-dev"
EXTRA_VERSION="RC2"
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 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 2
#define PHP_EXTRA_VERSION "RC2-dev"
#define PHP_VERSION "5.1.2RC2-dev"
#define PHP_EXTRA_VERSION "RC2"
#define PHP_VERSION "5.1.2RC2"