Skip to content

Commit d1db207

Browse files
author
Derick Rethans
committed
- Bump version numbers on HEAD
1 parent 98a9106 commit d1db207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for arg in $0 "$@"; do
3636
done
3737

3838
AC_CANONICAL_HOST
39-
AM_INIT_AUTOMAKE(php, 4.2.0-dev, nodefine)
39+
AM_INIT_AUTOMAKE(php, 4.3.0-dev, nodefine)
4040
AM_CONFIG_HEADER(main/php_config.h)
4141
AM_MAINTAINER_MODE
4242

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
3-
#define PHP_VERSION "4.2.0-dev"
3+
#define PHP_VERSION "4.3.0-dev"

0 commit comments

Comments
 (0)