Skip to content

Commit a748ada

Browse files
Bump version.
1 parent 9483a2f commit a748ada

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Zend/zend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef ZEND_H
2323
#define ZEND_H
2424

25-
#define ZEND_VERSION "2.2.0"
25+
#define ZEND_VERSION "2.3.0"
2626

2727
#define ZEND_ENGINE_2
2828

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ PHP_CANONICAL_HOST_TARGET
4040
AC_CONFIG_HEADER(main/php_config.h)
4141

4242
PHP_MAJOR_VERSION=5
43-
PHP_MINOR_VERSION=2
44-
PHP_RELEASE_VERSION=5
43+
PHP_MINOR_VERSION=3
44+
PHP_RELEASE_VERSION=0
4545
PHP_EXTRA_VERSION="-dev"
4646
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
4747
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

main/php_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 5
4-
#define PHP_MINOR_VERSION 2
5-
#define PHP_RELEASE_VERSION 5
4+
#define PHP_MINOR_VERSION 3
5+
#define PHP_RELEASE_VERSION 0
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.2.5-dev"
8-
#define PHP_VERSION_ID 50205
7+
#define PHP_VERSION "5.3.0-dev"
8+
#define PHP_VERSION_ID 50300

0 commit comments

Comments
 (0)