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>2017-07-05 20:39:40 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2017-07-05 20:39:40 +0000
commitd5342a3563fd6337c86312dd7ee27ae162edd5a3 (patch)
treeb4e7140d8a7624d20ed0a8f958e0e0bc9b377324 /PACKAGE/lynx.nsi
parentd395dc962c133f54c3f6609fef70a08283653151 (diff)
downloadlynx-snapshots-d5342a3563fd6337c86312dd7ee27ae162edd5a3.tar.gz
snapshot of project "lynx", label v2-8-9dev_15a
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 b7e594bc..05a89107 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.36 2017/05/11 21:22:30 tom Exp $

+; $LynxId: lynx.nsi,v 1.37 2017/07/05 20:13:35 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 "1015"

-!define VERSION_PATCH "dev.15"

+!define VERSION_LEVEL "1016"

+!define VERSION_PATCH "dev.16"

 

 !define SUBKEY "Lynx"

 

ckey@invisible-island.net> 2004-01-08 02:03:09 -0500 committer Thomas E. Dickey <dickey@invisible-island.net> 2004-01-08 02:03:09 -0500 snapshot of project "lynx", label v2-8-5dev_17' href='/ingrix/lynx-snapshots/commit/src/chrtrans/pt154_uni.tbl?id=50f9f94bc54ddad1420680e8a8f4c588eeb5d78c'>50f9f94b ^
01876e39 ^

50f9f94b ^
50f9f94b ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174