diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-03-12 19:14:45 -0400 |
commit | 13a3edf09fa3a7eca3dbb82458d568586bc6e86f (patch) | |
tree | 6aa1370654dc33d68bcb0e69a77bf6cbe3f0084f /PACKAGE/lynx.nsi | |
parent | 66b50cd7fa951372ac0f418790697a83d1ef5933 (diff) | |
download | lynx-snapshots-13a3edf09fa3a7eca3dbb82458d568586bc6e86f.tar.gz |
snapshot of project "lynx", label v2-8-9dev_1
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 393d9c19..d75cd7bb 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.17 2014/02/21 01:18:50 tom Exp $ +; $LynxId: lynx.nsi,v 1.18 2014/03/10 21:44:33 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. @@ -8,9 +8,9 @@ !define VERSION_EPOCH "2" !define VERSION_MAJOR "8" -!define VERSION_MINOR "8" -!define VERSION_LEVEL "02" -!define VERSION_PATCH "rel.2" +!define VERSION_MINOR "9" +!define VERSION_LEVEL "1001" +!define VERSION_PATCH "dev.1" !define SUBKEY "Lynx" |