about summary refs log tree commit diff stats
path: root/PACKAGE
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-03-13 20:52:04 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2024-03-13 22:08:33 +0000
commit66e0a52ae6c09f8fc5a821f4374ed748de418155 (patch)
treed550aa536de882725afd1e7f64ecefa2e2dd9b6f /PACKAGE
parent8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 (diff)
downloadlynx-snapshots-66e0a52ae6c09f8fc5a821f4374ed748de418155.tar.gz
snapshot of project "lynx", label v2-9-0a
Diffstat (limited to 'PACKAGE')
-rw-r--r--PACKAGE/debian/changelog6
-rw-r--r--PACKAGE/lynx.nsi6
-rw-r--r--PACKAGE/lynx.spec4
-rw-r--r--PACKAGE/version.iss2
4 files changed, 9 insertions, 9 deletions
diff --git a/PACKAGE/debian/changelog b/PACKAGE/debian/changelog
index 048e3cfd..69e763e1 100644
--- a/PACKAGE/debian/changelog
+++ b/PACKAGE/debian/changelog
@@ -1,8 +1,8 @@
-lynx-dev (2.9.0) unstable; urgency=high
+lynx-dev (2.9.1) unstable; urgency=low
 
-  * new release
+  * maintenance updates
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sun, 14 Jan 2024 17:15:53 -0500
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Wed, 13 Mar 2024 12:45:26 -0400
 
 lynx-dev (2.8.8dev.16) unstable; urgency=high
 
diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index 7071db25..130b39f9 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.63 2024/01/07 11:13:00 tom Exp $

+; $LynxId: lynx.nsi,v 1.64 2024/03/13 16:45:26 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 "9"

 !define VERSION_MINOR "0"

-!define VERSION_LEVEL "1013"

-!define VERSION_PATCH "dev.13"

+!define VERSION_LEVEL "2001"

+!define VERSION_PATCH "a"

 

 !define SUBKEY "Lynx"

 

diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec
index a11a9a02..8806b548 100644
--- a/PACKAGE/lynx.spec
+++ b/PACKAGE/lynx.spec
@@ -1,7 +1,7 @@
-# $LynxId: lynx.spec,v 1.72 2024/01/15 11:47:26 tom Exp $
+# $LynxId: lynx.spec,v 1.73 2024/03/13 20:52:04 tom Exp $
 Summary: A text-based Web browser
 Name: lynx-dev
-Version: 2.9.0
+Version: 2.9.1
 Release: 1
 License: GPLv2
 Group: Applications/Internet
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index e3fe613b..8235a2bd 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,6 +1,6 @@
 ; version used for Inno Setup files.

 

-#define LYNX_VERSION "2.9.0"

+#define LYNX_VERSION "2.9.0a"

 

 #define MyAppProg "Lynx"

 #define MyAppName "Lynx - web browser"

51'>151 152 153 154 155 156 157 158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214