about summary refs log tree commit diff stats
path: root/PACKAGE/version.iss
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-11-16 10:17:38 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-11-16 10:17:38 -0500
commitf769d6297419caafe9cc3d62522f3f4d9a859dab (patch)
treed35c40769b92975004f7892913be021cfa5ca0e1 /PACKAGE/version.iss
parentcfe3405e9a93b2af0a0228799ab2b9d3f4b6d218 (diff)
downloadlynx-snapshots-f769d6297419caafe9cc3d62522f3f4d9a859dab.tar.gz
snapshot of project "lynx", label v2-8-8dev_14h
Diffstat (limited to 'PACKAGE/version.iss')
-rw-r--r--PACKAGE/version.iss8
1 files changed, 6 insertions, 2 deletions
diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index 28379484..2cc4a0af 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,9 +1,13 @@
 ; version used for Inno Setup files.

 

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

-#define LYNX_VERSION "2.8.8dev.14"
+#define LYNX_VERSION "2.8.8dev.15"

 

-#define MyAppName "Lynx"

+; most-recent full release and target

+#define LYNX_RELEASE "2.8.7"

+#define LYNX_TARGETS "2.8.8"

+

+#define MyAppName "Lynx - web browser"

 #define MyAppPublisher "Thomas E Dickey"

 #define MyAppURL "http://lynx.isc.org"

 #define MyAppVerName "Lynx " + LYNX_VERSION