about summary refs log tree commit diff stats
path: root/PACKAGE
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE')
-rw-r--r--PACKAGE/lynx.iss4
-rw-r--r--PACKAGE/version.iss3
2 files changed, 4 insertions, 3 deletions
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss
index fab2b4fb..1fe11075 100644
--- a/PACKAGE/lynx.iss
+++ b/PACKAGE/lynx.iss
@@ -1,4 +1,4 @@
-; $LynxId: lynx.iss,v 1.14 2015/01/02 12:27:21 tom Exp $

+; $LynxId: lynx.iss,v 1.15 2015/01/05 09:15:38 tom Exp $

 ; vile:ts=2 sw=2 notabinsert

 ;

 ; This is the BASE script for different flavors of the installer for Lynx.

@@ -172,7 +172,7 @@ Type: dirifempty; Name: {app}
 #emit 'Type: files; Name: ' + myQuickLaunch

 

 [Code]

-#emit 'const MY_APP_NAME = ''{app}\' + myAppName + '.exe'';'

+#emit 'const MY_APP_NAME = ''{app}\' + myAppProg + '.exe'';'

 

 function isGuru(): Boolean;

 begin

diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss
index 460a3558..e0a67caa 100644
--- a/PACKAGE/version.iss
+++ b/PACKAGE/version.iss
@@ -1,12 +1,13 @@
 ; version used for Inno Setup files.

 

 ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$

-#define LYNX_VERSION "2.8.9dev.3"
+#define LYNX_VERSION "2.8.9dev.3"

 

 ; most-recent full release and target

 #define LYNX_RELEASE "2.8.9"

 #define LYNX_TARGETS "2.8.9"

 

+#define MyAppProg "Lynx"

 #define MyAppName "Lynx - web browser"

 #define MyAppPublisher "Thomas E Dickey"

 #define MyAppURL "http://lynx.isc.org"

a title='Blame the previous revision' href='/akkartik/mu/blame/066stream.mu?h=main&id=2a2dc5cf6837871737c0b0d3c5e46a1152ae1d13'>^
760f683f ^
77d5b5d6 ^
4a48bedc ^
85b2f61b ^
748b6865 ^
8fb0e672 ^

760f683f ^
9acf5c0f ^
4a48bedc ^
85b2f61b ^
dd660682 ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
dd660682 ^
4f3510d0 ^
9acf5c0f ^




760f683f ^
050a93ac ^
4a48bedc ^
85b2f61b ^
dd660682 ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
dd660682 ^
4f3510d0 ^
050a93ac ^


760f683f ^
77d5b5d6 ^
4a48bedc ^
85b2f61b ^
7a84094a ^
ea19d0dc ^
7a84094a ^
748b6865 ^



8fb0e672 ^

760f683f ^
77d5b5d6 ^
4a48bedc ^
85b2f61b ^
7a84094a ^
a0331a9b ^
7a84094a ^
104854ca ^
8fb0e672 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80