version bump Linux and Windows

This commit is contained in:
jeena 2013-04-17 07:48:42 +02:00
parent 522fb7a486
commit f5756d5db6
4 changed files with 16 additions and 3 deletions

View file

@ -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"

View file

@ -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",