about summary refs log tree commit diff stats
path: root/PACKAGE/version.iss
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE/version.iss')
-rw-r--r--PACKAGE/version.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index 1b55c525..eeb62923 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,7 +1,7 @@
 ; version used for Inno Setup files.

 

 ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$

-#define LYNX_VERSION "2.8.9pre.1"

+#define LYNX_VERSION "2.8.9rel.1"

 

 ; most-recent full release and target

 #define LYNX_RELEASE "2.8.9"

@@ -10,5 +10,5 @@
 #define MyAppProg "Lynx"

 #define MyAppName "Lynx - web browser"

 #define MyAppPublisher "Thomas E Dickey"

-#define MyAppURL "http://invisible-island.net/lynx"

+#define MyAppURL "https://invisible-island.net/lynx"

 #define MyAppVerName "Lynx " + LYNX_VERSION