diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-01-27 22:56:58 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-01-27 22:56:58 +0000 |
commit | 01b7657ad896b176952ac2fddee0638a4123b3a8 (patch) | |
tree | 387aa53527cf83e5076465b000b2a1759326fd7b /PACKAGE/version.iss | |
parent | 1a6ec6e86fc406f8dcc591c2e0ced95473bd5cd7 (diff) | |
download | lynx-snapshots-01b7657ad896b176952ac2fddee0638a4123b3a8.tar.gz |
snapshot of project "lynx", label v2-9-0dev_0m
Diffstat (limited to 'PACKAGE/version.iss')
-rw-r--r-- | PACKAGE/version.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 3eb17193..7ee688e7 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -4,8 +4,8 @@ #define LYNX_VERSION "2.9.0dev.1" ; most-recent full release and target -#define LYNX_RELEASE "2.8.9" -#define LYNX_TARGETS "2.8.9" +#define LYNX_RELEASE "2.9.0" +#define LYNX_TARGETS "2.9.0" #define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" |