diff options
author | Andrei Zmievski <andrei@php.net> | 2002-12-11 18:57:24 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-12-11 18:57:24 +0000 |
commit | 27c7538eb267eface1d86104412a8fee2ccaef36 (patch) | |
tree | 5d1bfa2ab4b4aa5bc0abe21bbd4412cad0b98fbc /configure.in | |
parent | 9aee6dce1a74cdf5b0af55ccbae36879d2922204 (diff) | |
download | php-git-27c7538eb267eface1d86104412a8fee2ccaef36.tar.gz |
Back to -dev.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a99ecd3edd..8890ddbd02 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=0 -EXTRA_VERSION="RC3" +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |