9 lines
279 B
Text
9 lines
279 B
Text
; 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
|