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 /makefile.in | |
parent | 4059a6cdccd6be7bf6296b5e4fb59e8bb66a30dc (diff) | |
download | lynx-snapshots-26788bd1998b73fb773d89fad57b6faab6f1c0f0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12a
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.in b/makefile.in index ede88c03..f10c9eae 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.193 2023/01/02 23:47:08 tom Exp $ +# $LynxId: makefile.in,v 1.194 2023/01/24 09:25:46 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -47,7 +47,7 @@ TAR_UP = $(TAR) @TAR_UP_OPTIONS@ @TAR_PIPE_OPTIONS@ TAR_DOWN = $(TAR) @TAR_DOWN_OPTIONS@ @TAR_PIPE_OPTIONS@ # $Format: "LYNX_VERSION = $ProjectVersion$"$ -LYNX_VERSION = 2.9.0dev.12 +LYNX_VERSION = 2.9.0dev.13 ## This is the version which we are developing (or, upon release, make this ## the same). Use no dots in the name, since it must work on VMS and MS-DOS. |