diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-15 09:36:45 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-15 09:36:45 -0500 |
commit | e7b70b64af3b0c7608d63db5dd2743e5d6d7843b (patch) | |
tree | c374b6977030ae0dabc6ffe8ec2ff5a54265fafa /PACKAGE/lynx.nsi | |
parent | 237a7f5139b5c46eef09f9fb0ee9205feda37d60 (diff) | |
download | lynx-snapshots-e7b70b64af3b0c7608d63db5dd2743e5d6d7843b.tar.gz |
snapshot of project "lynx", label v2-8-9dev_10a
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 131dfe3c..192f7d16 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.30 2016/09/10 11:22:22 tom Exp $ +; $LynxId: lynx.nsi,v 1.31 2016/11/15 09:04:25 tom Exp $ ; Script originally generated with the Venis Install Wizard, but customized. ; The Inno Setup script is preferred; but this can be built via cross-compiling. @@ -9,8 +9,8 @@ !define VERSION_EPOCH "2" !define VERSION_MAJOR "8" !define VERSION_MINOR "9" -!define VERSION_LEVEL "1010" -!define VERSION_PATCH "dev.10" +!define VERSION_LEVEL "1011" +!define VERSION_PATCH "dev.11" !define SUBKEY "Lynx" |