diff options
author | Andrei Zmievski <andrei@php.net> | 2002-10-10 19:07:12 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-10-10 19:07:12 +0000 |
commit | 3b32aa7d33adf152620b8893f643d25b9f187e25 (patch) | |
tree | 3a6039b6abb8aa1a399d38058f65db1eb5e3a9f5 /configure.in | |
parent | 641f346cf6831f169a3f76e520adbdf9c13d7aaa (diff) | |
download | php-git-3b32aa7d33adf152620b8893f643d25b9f187e25.tar.gz |
Back to 4.3.0-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 59746c3db7..7d0a8c994f 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=0 -EXTRA_VERSION="-pre1" +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |