diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-01-25 17:35:28 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-01-25 17:35:28 -0500 |
commit | 4b7192fcc61053dea1c187caf2d30bbdac8733cb (patch) | |
tree | bd3373d957d46cf8c0a6b60f0e75fc7a500f6bc0 /PACKAGE/lynx.nsi | |
parent | 55df51e6ca5ebf5cd5910179f5e03b7a275a3e5d (diff) | |
download | lynx-snapshots-4b7192fcc61053dea1c187caf2d30bbdac8733cb.tar.gz |
snapshot of project "lynx", label v2-8-9dev_3a
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 eaad131f..c2c46fd4 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.21 2015/01/02 12:27:30 tom Exp $ +; $LynxId: lynx.nsi,v 1.22 2015/01/25 16:05:46 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 "1003" -!define VERSION_PATCH "dev.3" +!define VERSION_LEVEL "1004" +!define VERSION_PATCH "dev.4" !define SUBKEY "Lynx" |