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>2014-02-14 15:04:49 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-02-14 15:04:49 -0500
commit1aa750c7ba07517a44792ff4771e8a0ceff2ed6c (patch)
treefb12ba8a34ef4dedc819b7d1a3b04ea90b65d050 /PACKAGE/version.iss
parent19f32088ca106cd5de2935614b76bfb4e36e7021 (diff)
downloadlynx-snapshots-1aa750c7ba07517a44792ff4771e8a0ceff2ed6c.tar.gz
snapshot of project "lynx", label v2-8-8rel_1
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 d21cb799..5da928ce 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,10 +1,10 @@
 ; version used for Inno Setup files.

 

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

-#define LYNX_VERSION "2.8.8pre.5"
+#define LYNX_VERSION "2.8.8rel.1"
 

 ; most-recent full release and target

-#define LYNX_RELEASE "2.8.7"

+#define LYNX_RELEASE "2.8.8"

 #define LYNX_TARGETS "2.8.8"

 

 #define MyAppName "Lynx - web browser"