diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-11-15 01:22:36 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-11-15 01:22:36 -0500 |
commit | 6c9c916af1599d2daefcfc43854b456157030a2a (patch) | |
tree | c7b1a320dec75a241334900631c3c861969a4b9f /configure.in | |
parent | 9bdb7e3f3d8fb762919e6d55aaea5e7263dd970d (diff) | |
download | lynx-snapshots-6c9c916af1599d2daefcfc43854b456157030a2a.tar.gz |
snapshot of project "lynx", label v2-8-7dev_4
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 ccb1ff82..c4998459 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.7dev.2) +AC_REVISION(2.8.7dev.4) # 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.7dev.2 +VERSION=2.8.7dev.4 AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(DESTDIR) |