Skip to content

Commit a64b0ae

Browse files
author
Derick Rethans
committed
- Create a branch PHP_4_3_7 based on php 4.3.7 to form 4.3.8
- Updated version numbers in branch
1 parent 1bd95d5 commit a64b0ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure.in

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

4141
MAJOR_VERSION=4
4242
MINOR_VERSION=3
43-
RELEASE_VERSION=7
44-
EXTRA_VERSION=""
43+
RELEASE_VERSION=8
44+
EXTRA_VERSION="-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 4
44
#define PHP_MINOR_VERSION 3
5-
#define PHP_RELEASE_VERSION 7
6-
#define PHP_EXTRA_VERSION ""
7-
#define PHP_VERSION "4.3.7"
5+
#define PHP_RELEASE_VERSION 8
6+
#define PHP_EXTRA_VERSION "-dev
7+
#define PHP_VERSION "4.3.8-dev

0 commit comments

Comments
 (0)