about summary refs log tree commit diff stats
path: root/PACKAGE/version.iss
blob: 77071bef9e94f9d052bbe911b16e4f6af401170e (plain) (blame)
1
2
3
4
5
6
7
8
9
; version used for Inno Setup files.

; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$
#define LYNX_VERSION "2.8.8dev.2"

#define MyAppName "Lynx"
#define MyAppPublisher "Thomas E Dickey"
#define MyAppURL "http://lynx.isc.org"
#define MyAppVerName "Lynx " + LYNX_VERSION