mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
go with 5.1.4
This commit is contained in:
parent
3c831fef01
commit
87583528c6
2 changed files with 7 additions and 7 deletions
|
@ -40,9 +40,9 @@ PHP_CANONICAL_HOST_TARGET
|
|||
AC_CONFIG_HEADER(main/php_config.h)
|
||||
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=2
|
||||
RELEASE_VERSION=0
|
||||
EXTRA_VERSION="-dev"
|
||||
MINOR_VERSION=1
|
||||
RELEASE_VERSION=4
|
||||
EXTRA_VERSION=""
|
||||
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
|
||||
dnl Define where extension directories are located in the configure context
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* automatically generated by configure */
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 5
|
||||
#define PHP_MINOR_VERSION 2
|
||||
#define PHP_RELEASE_VERSION 0
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "5.2.0-dev"
|
||||
#define PHP_MINOR_VERSION 1
|
||||
#define PHP_RELEASE_VERSION 4
|
||||
#define PHP_EXTRA_VERSION ""
|
||||
#define PHP_VERSION "5.1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue