version bump for Qt

This commit is contained in:
jeena 2013-09-09 10:08:26 +02:00
parent 4d8bf41e3c
commit 87c712ce8f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION="1.4.3" VERSION="2.0.0"
DEPLOYPATH="bungloo-${VERSION}" DEPLOYPATH="bungloo-${VERSION}"
QTPATH="../Qt" QTPATH="../Qt"
SHAREDPATH=".." SHAREDPATH=".."

View file

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Bungloo" #define MyAppName "Bungloo"
#define MyAppVersion "1.4.3" #define MyAppVersion "2.0.0"
#define MyAppPublisher "Jabs Nu" #define MyAppPublisher "Jabs Nu"
#define MyAppURL "http://jabs.nu/bungloo" #define MyAppURL "http://jabs.nu/bungloo"
#define MyAppExeName "Bungloo.exe" #define MyAppExeName "Bungloo.exe"

View file

@ -22,7 +22,7 @@ files += [('imageformats', imageformats)]
setup( setup(
name = "Bungloo", name = "Bungloo",
version = "1.4.3", version = "2.0.0",
author = "Jeena Paradies", author = "Jeena Paradies",
author_email = "spam@jeenaparadies.net", author_email = "spam@jeenaparadies.net",
url = "http://jabs.nu/bungloo", url = "http://jabs.nu/bungloo",