diff options
author | Andrei Zmievski <andrei@php.net> | 2002-10-27 19:07:45 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-10-27 19:07:45 +0000 |
commit | 939de5b8d34cc9123ec3b56418ada3c7da4cc06a (patch) | |
tree | 075ecb494414384d8f9ca69c7f4103497fe73236 /configure.in | |
parent | edf4496491fb47e6d1f0381e5c7d847a5830cb9f (diff) | |
download | php-git-939de5b8d34cc9123ec3b56418ada3c7da4cc06a.tar.gz |
Update to -pre2.
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 005fbdd199..6a5927756a 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=0 -EXTRA_VERSION="-dev" +EXTRA_VERSION="-pre2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |