blob: e3fe613b0b7e74d65e70578f8e52dbfd7f6045dd (
plain)
1
2
3
4
5
6
7
8
9
|
; version used for Inno Setup files.
#define LYNX_VERSION "2.9.0"
#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
|