another version bump
This commit is contained in:
parent
f159edf857
commit
e792625ca5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Bungloo"
|
||||
#define MyAppVersion "1.4.1"
|
||||
#define MyAppVersion "1.4.3"
|
||||
#define MyAppPublisher "Jabs Nu"
|
||||
#define MyAppURL "http://jabs.nu/bungloo"
|
||||
#define MyAppExeName "Bungloo.exe"
|
||||
|
|
|
@ -22,7 +22,7 @@ files += [('imageformats', imageformats)]
|
|||
|
||||
setup(
|
||||
name = "Bungloo",
|
||||
version = "1.4.1",
|
||||
version = "1.4.3",
|
||||
author = "Jeena Paradies",
|
||||
author_email = "spam@jeenaparadies.net",
|
||||
url = "http://jabs.nu/bungloo",
|
||||
|
|
Reference in a new issue