We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219f0ba commit 23c8859Copy full SHA for 23c8859
1 file changed
LuaForWindows.iss
@@ -25,14 +25,14 @@
25
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
27
; -- General Installer configuration
28
-#define MyAppVer "5.1.4.49"
29
-#define MyAppDisplayVer "5.1.4-49"
+#define MyAppVer "5.1.4.50"
+#define MyAppDisplayVer "5.1.4-50"
30
#define MyAppName "Lua"
31
#define MyAppDisplayName "Lua for Windows"
32
#define MyAppPublisher "The Lua for Windows Project and Lua and Tecgraf, PUC-Rio"
33
-#define MyAppURL "http://luaforwindows.googlecode.com"
+#define MyAppURL "http://github.com/rjpcomputing/luaforwindows"
34
#define MyAppExeName "lua.exe"
35
-#define AppMinVer "5.1.3.21"
+#define AppMinVer "5.1.3.46"
36
37
; -- Dependancy handling configuration
38
; Comment out the #define DOWNLOAD_FILES if you want to build the
0 commit comments