diff --git a/ChangeLog.txt b/ChangeLog.txt index 572f458b..42ae659f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -### v1.0.3 +### v1.1 New Objects: - [faust~] object. Load, edit and run [FAUST](http://faust.grame.fr/) code in Kiwi. diff --git a/Client/Source/KiwiApp.h b/Client/Source/KiwiApp.h index abbd46f4..bb69f461 100644 --- a/Client/Source/KiwiApp.h +++ b/Client/Source/KiwiApp.h @@ -34,8 +34,8 @@ namespace ProjectInfo { const char* const projectName = "Kiwi"; - const char* const versionString = "v1.0.3"; - const int versionNumber = 0x103; + const char* const versionString = "v1.1"; + const int versionNumber = 0x110; } namespace kiwi diff --git a/Resources/Project/Xcode/Info.plist b/Resources/Project/Xcode/Info.plist index ab096547..d1702eef 100755 --- a/Resources/Project/Xcode/Info.plist +++ b/Resources/Project/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.3 + 1.1 CFBundleVersion - 1.0.3 + 1.1 NSHighResolutionCapable NSHumanReadableCopyright diff --git a/Scripts/setup-x64.iss b/Scripts/setup-x64.iss index aca81442..6523caee 100644 --- a/Scripts/setup-x64.iss +++ b/Scripts/setup-x64.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Kiwi" -#define MyAppVersion "v1.0.3" +#define MyAppVersion "v1.1" #define MyAppPublisher "CICM" #define MyAppURL "https://github.com/Musicoll/Kiwi" #define MyAppExeName "Kiwi.exe"