Skip to content

Commit 5e5de19

Browse files
author
Ilia Alshanetsky
committed
Back to dev.
1 parent 893aee3 commit 5e5de19

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
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4141
MAJOR_VERSION=4
4242
MINOR_VERSION=3
4343
RELEASE_VERSION=7
44-
EXTRA_VERSION="RC1"
44+
EXTRA_VERSION="RC2-dev"
4545
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
4646

4747
dnl Define where extension directories are located in the configure context

main/php_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#define PHP_MAJOR_VERSION 4
44
#define PHP_MINOR_VERSION 3
55
#define PHP_RELEASE_VERSION 7
6-
#define PHP_EXTRA_VERSION "RC1"
7-
#define PHP_VERSION "4.3.7RC1"
6+
#define PHP_EXTRA_VERSION "RC2-dev"
7+
#define PHP_VERSION "4.3.7RC2-dev"

0 commit comments

Comments
 (0)