summaryrefslogtreecommitdiffstats
path: root/PACKAGE/version.iss
blob: 92b4e908857904b9d7b5463806b563532e19dc9f (plain)
1
2
3
4
5
6
7
8
9
; version used for Inno Setup files.

#define LYNX_VERSION "2.9.1"

#define MyAppProg "Lynx"
#define MyAppName "Lynx - web browser"
#define MyAppPublisher "Thomas E Dickey"
#define MyAppURL "https://invisible-island.net/lynx"
#define MyAppVerName "Lynx " + LYNX_VERSION