version bump Linux and Windows
This commit is contained in:
parent
522fb7a486
commit
f5756d5db6
4 changed files with 16 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Bungloo"
|
||||
#define MyAppVersion "1.3.0"
|
||||
#define MyAppVersion "1.4.0"
|
||||
#define MyAppPublisher "Jabs Nu"
|
||||
#define MyAppURL "http://jabs.nu/bungloo"
|
||||
#define MyAppExeName "Bungloo.exe"
|
||||
|
|
|
@ -15,7 +15,7 @@ for dirname, dirnames, filenames in os.walk('images'):
|
|||
|
||||
setup(
|
||||
name = "Bungloo",
|
||||
version = "1.3.0",
|
||||
version = "1.4.0",
|
||||
author = "Jeena Paradies",
|
||||
author_email = "spam@jeenaparadies.net",
|
||||
url = "http://jabs.nu/bungloo",
|
||||
|
|
Reference in a new issue