diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:26:01 +0000 |
commit | d7c9bf8bdc78b40ec91f15300c9558a5f79e803c (patch) | |
tree | f31ad4ad244bf5932be8048b3ef9dc6eacca0b7c /PACKAGE/lynx.nsi | |
parent | Adding upstream version 2.9.1. (diff) | |
download | lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.tar.xz lynx-d7c9bf8bdc78b40ec91f15300c9558a5f79e803c.zip |
Adding upstream version 2.9.2.upstream/2.9.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r-- | PACKAGE/lynx.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi index 90817f6..1bb2f5f 100644 --- a/PACKAGE/lynx.nsi +++ b/PACKAGE/lynx.nsi @@ -1,4 +1,4 @@ -; $LynxId: lynx.nsi,v 1.72 2024/04/15 20:53:51 tom Exp $
+; $LynxId: lynx.nsi,v 1.78 2024/05/31 22:09:16 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,7 +8,7 @@ !define VERSION_EPOCH "2"
!define VERSION_MAJOR "9"
-!define VERSION_MINOR "1"
+!define VERSION_MINOR "2"
!define VERSION_LEVEL "0"
!define VERSION_PATCH ""
|