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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user