diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-28 00:31:47 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-28 00:31:47 +0000 |
commit | a1736830ce42f08f2bd25711668f19d5d39098df (patch) | |
tree | 9cfc16d2fb5abb869d6dc04ea5624e19c4c244ec /configure.in | |
parent | dfc7594ae79c7b4ee4bb7fb3680643c37e9e7f42 (diff) | |
download | lynx-snapshots-a1736830ce42f08f2bd25711668f19d5d39098df.tar.gz |
snapshot of project "lynx", label v2-9-0dev_7a
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 711ae936..e197ea78 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.335 2021/06/30 23:12:13 tom Exp $ +dnl $LynxId: configure.in,v 1.336 2021/07/27 18:51:59 tom Exp $ dnl dnl Process this file with autoconf to produce a configure script. dnl @@ -29,7 +29,7 @@ dnl --------------------------------------------------------------------------- dnl dnl ask PRCS to plug-in the project-version for the configure-script. dnl $Format: "AC_REVISION($ProjectVersion$)"$ -AC_REVISION(2.9.0dev.7) +AC_REVISION(2.9.0dev.8) # Save the original $CFLAGS so we can distinguish whether the user set those # in the environment, or whether autoconf added -O and -g options: @@ -64,7 +64,7 @@ AC_ARG_PROGRAM PACKAGE=lynx dnl ask PRCS to plug-in the project-version for the packages. # $Format: "VERSION=$ProjectVersion$"$ -VERSION=2.9.0dev.7 +VERSION=2.9.0dev.8 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |