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

Back to dev.

This commit is contained in:
Ilia Alshanetsky
2004-04-08 19:15:13 +00:00
parent 46d273a2b9
commit ebf7a4f847
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=6
EXTRA_VERSION="RC3"
EXTRA_VERSION="RC3-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 6
#define PHP_EXTRA_VERSION "RC3"
#define PHP_VERSION "4.3.6RC3"
#define PHP_EXTRA_VERSION "RC4-dev"
#define PHP_VERSION "4.3.6RC4-dev"