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

#define LYNX_VERSION "2.9.2"

#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