diff options
author | Andrei Zmievski <andrei@php.net> | 2002-11-27 18:53:04 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2002-11-27 18:53:04 +0000 |
commit | b2e297ed27fa3bae043fd8640e9e5b6481d00081 (patch) | |
tree | 55410c973633443680e112bd5d5937be710109c1 /configure.in | |
parent | 2ebb360d0eba52562caa2f905a71aaafc7ec1c29 (diff) | |
download | php-git-b2e297ed27fa3bae043fd8640e9e5b6481d00081.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 22bb3cc658..d7a7aa982f 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="RC2" +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |