diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2005-01-06 00:50:23 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2005-01-06 00:50:23 -0500 |
commit | aaa10562f4a02971f712964cb2fd1014d2a75d33 (patch) | |
tree | 5498ef7533cde06f4b5091404bf291178e7557ed /configure | |
parent | 1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f (diff) | |
download | lynx-snapshots-aaa10562f4a02971f712964cb2fd1014d2a75d33.tar.gz |
snapshot of project "lynx", label v2-8-6dev_11
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 7ff27dc9..f9257ffc 100755 --- a/configure +++ b/configure @@ -1221,7 +1221,7 @@ fi; PACKAGE=lynx # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.6dev.10 +VERSION=2.8.6dev.11 test -z "$ALL_LINGUAS" && ALL_LINGUAS=`test -d $srcdir/po && cd $srcdir/po && echo *.po|sed -e 's/\.po//g' -e 's/*//'` |