diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-22 15:24:27 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-08-22 15:24:27 +0000 |
commit | 00c2f198ba9736e732db22d423869cfbb133a8b3 (patch) | |
tree | 9039878353771cb277fd291143b785d3446c9383 /configure.in | |
parent | 897dafd72e27dcef44054e8d6b420aff41302f29 (diff) | |
download | lynx-snapshots-00c2f198ba9736e732db22d423869cfbb133a8b3.tar.gz |
snapshot of project "lynx", label v2-9-0dev_9a
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 ee2db90d..b059bf1b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.337 2021/08/01 18:50:51 tom Exp $ +dnl $LynxId: configure.in,v 1.338 2021/08/11 10:25:15 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.9) +AC_REVISION(2.9.0dev.10) # 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.9 +VERSION=2.9.0dev.10 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |