diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-24 09:25:46 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-01-25 01:31:42 +0000 |
commit | 26788bd1998b73fb773d89fad57b6faab6f1c0f0 (patch) | |
tree | 04ae202cf73e9f1d24b440049c5a7252c3b5ab89 /configure.in | |
parent | 4059a6cdccd6be7bf6296b5e4fb59e8bb66a30dc (diff) | |
download | lynx-snapshots-26788bd1998b73fb773d89fad57b6faab6f1c0f0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12a
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 8f4bcae1..086d8e10 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $LynxId: configure.in,v 1.345 2023/01/08 14:06:03 tom Exp $ +dnl $LynxId: configure.in,v 1.346 2023/01/24 09:25:46 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.12) +AC_REVISION(2.9.0dev.13) # 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.12 +VERSION=2.9.0dev.13 AC_SUBST(PACKAGE) AC_SUBST(VERSION) |