Skip to content

Commit 23c8859

Browse files
committed
Update LuaForWindows.iss
Changed app URL to point to GitHub. Changed minimum version to reflect the GitHub version.
1 parent 219f0ba commit 23c8859

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

LuaForWindows.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626

2727
; -- General Installer configuration
28-
#define MyAppVer "5.1.4.49"
29-
#define MyAppDisplayVer "5.1.4-49"
28+
#define MyAppVer "5.1.4.50"
29+
#define MyAppDisplayVer "5.1.4-50"
3030
#define MyAppName "Lua"
3131
#define MyAppDisplayName "Lua for Windows"
3232
#define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio"
33-
#define MyAppURL "http://luaforwindows.googlecode.com"
33+
#define MyAppURL "http://github.com/rjpcomputing/luaforwindows"
3434
#define MyAppExeName "lua.exe"
35-
#define AppMinVer "5.1.3.21"
35+
#define AppMinVer "5.1.3.46"
3636

3737
; -- Dependancy handling configuration
3838
; Comment out the #define DOWNLOAD_FILES if you want to build the

0 commit comments

Comments
 (0)