about summary refs log tree commit diff stats
path: root/PACKAGE/lynx.nsi
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2016-11-15 09:36:45 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2016-11-15 09:36:45 -0500
commite7b70b64af3b0c7608d63db5dd2743e5d6d7843b (patch)
treec374b6977030ae0dabc6ffe8ec2ff5a54265fafa /PACKAGE/lynx.nsi
parent237a7f5139b5c46eef09f9fb0ee9205feda37d60 (diff)
downloadlynx-snapshots-e7b70b64af3b0c7608d63db5dd2743e5d6d7843b.tar.gz
snapshot of project "lynx", label v2-8-9dev_10a
Diffstat (limited to 'PACKAGE/lynx.nsi')
-rw-r--r--PACKAGE/lynx.nsi6
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"

 

16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92