diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:48 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:35:48 -0400 |
commit | a88a88d0986a4a32288c102cdbfebd78d7e91d99 (patch) | |
tree | 96e2d12c750b8a77b35f14b88f79ab8fda4bc89c /configure.in | |
parent | ba50031707469046407a35b77a3cd81351e951b3 (diff) | |
download | php-a88a88d0986a4a32288c102cdbfebd78d7e91d99.tar.gz |
Imported Upstream version 5.1.6upstream/5.1.6
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e65bf936c..ad10964a3 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.579.2.54 2006/08/15 13:14:47 iliaa Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.579.2.56 2006/08/23 13:17:36 iliaa Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=1 -RELEASE_VERSION=5 +RELEASE_VERSION=6 EXTRA_VERSION="" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" |