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 | |
| parent | ba50031707469046407a35b77a3cd81351e951b3 (diff) | |
| download | php-upstream/5.1.6.tar.gz | |
Imported Upstream version 5.1.6upstream/5.1.6
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2408,7 +2408,7 @@ echo "$ac_t""$target" 1>&6 MAJOR_VERSION=5 MINOR_VERSION=1 -RELEASE_VERSION=5 +RELEASE_VERSION=6 EXTRA_VERSION="" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" @@ -3110,7 +3110,7 @@ test -n "$YACC" || YACC="yacc" # we only support certain bison versions - bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3" # for standalone build of Zend Engine test -z "$SED" && SED=sed @@ -101824,7 +101824,7 @@ fi # we only support certain bison versions - bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1" + bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3" # for standalone build of Zend Engine test -z "$SED" && SED=sed |
