diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-09 16:14:59 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-09 16:14:59 -0400 |
commit | 8bbc1032fd7c8d3bfc33738e5c127d0ddb93803b (patch) | |
tree | 69b14c9f48deb7ced1b62ca76811d73dcc4bdd02 /PACKAGE/lynx.nsi | |
parent | cfc7d818c54c292f8bd77c06fbf826f333011e4e (diff) | |
download | lynx-snapshots-8bbc1032fd7c8d3bfc33738e5c127d0ddb93803b.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6a
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 9ba6c34a..81762477 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.24 2015/04/15 00:19:14 tom Exp $ +; $LynxId: lynx.nsi,v 1.25 2015/05/09 15:06:14 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 "1006" -!define VERSION_PATCH "dev.6" +!define VERSION_LEVEL "1007" +!define VERSION_PATCH "dev.7" !define SUBKEY "Lynx" |