diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-12 23:19:54 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-12 23:19:54 -0400 |
commit | 7afb3514dddd702d7dbc437c86feb99ae4513eb0 (patch) | |
tree | 2acf1d158b4a1fb17b32d30c66567249334c0a56 /configure.in | |
parent | 4c9a7be8926754c89c279de53f9c59378684d1a5 (diff) | |
download | lynx-snapshots-7afb3514dddd702d7dbc437c86feb99ae4513eb0.tar.gz |
snapshot of project "lynx", label v2-8-6rel_2
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 0341039f..525dd107 100644 --- a/configure.in +++ b/configure.in @@ -25,7 +25,7 @@ dnl --------------------------------------------------------------------------- dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.8.6rel.1) +AC_REVISION(2.8.6rel.2) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -57,7 +57,7 @@ AC_ARG_WITH(system-type, PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.8.6rel.1 +VERSION=2.8.6rel.2 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(DESTDIR) |