diff options
| author | foobar <sniper@php.net> | 2003-05-15 18:50:48 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-05-15 18:50:48 +0000 |
| commit | daacfa367b7bc4378feee6c6c088b4484ba453a7 (patch) | |
| tree | 7330946481c289fcdcb4f70ea0adce8b1d82fdf1 | |
| parent | 73d041e231b5e9f2ca04abdbb878acb71d9c8c69 (diff) | |
| download | php-git-daacfa367b7bc4378feee6c6c088b4484ba453a7.tar.gz | |
- Now this is 4.3.2RC4-dev..hopefully we won't need it. :)
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index eaf1e8f429..9084a3d8f0 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=2 -EXTRA_VERSION="RC3" +EXTRA_VERSION="RC4-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 f1e8cf9ff8..3726c3e72c 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "4.3.2RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "4.3.2RC4-dev" |
