Skip to content

Commit f7ef0cc

Browse files
author
Andrei Zmievski
committed
Change HEAD version to 4.4.0-dev.
1 parent b007bd0 commit f7ef0cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AC_CANONICAL_HOST
3838
AC_CONFIG_HEADER(main/php_config.h)
3939

4040
MAJOR_VERSION=4
41-
MINOR_VERSION=3
41+
MINOR_VERSION=4
4242
RELEASE_VERSION=0
4343
EXTRA_VERSION="-dev"
4444
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"

main/php_version.h

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

0 commit comments

Comments
 (0)