diff options
| author | Derick Rethans <derick@php.net> | 2008-01-03 08:24:25 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2008-01-03 08:24:25 +0000 |
| commit | 4e98e031b5ef199667300b03d44835e820b9fd73 (patch) | |
| tree | 487a7225029cabdab5a2c9f6faee315b01504abc | |
| parent | fff5a8df8e2e49bce169b441a9bc8dd5f1b6c34b (diff) | |
| download | php-git-4e98e031b5ef199667300b03d44835e820b9fd73.tar.gz | |
- Back to dev.
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | main/php_version.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 63337154d7..11f34d773d 100644 --- a/configure.in +++ b/configure.in @@ -37,8 +37,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 -RELEASE_VERSION=8 -EXTRA_VERSION="" +RELEASE_VERSION=9 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 22fc626964..412d8832fb 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 8 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.8" +#define PHP_RELEASE_VERSION 9 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.4.9-dev" |
