Skip to content

Commit

Permalink
Set Kiwi client version to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottparis committed Jan 28, 2019
1 parent f9ea581 commit 482ac74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Client/Source/KiwiApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Resources/Project/Xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1.0.3</string>
<string>1.1</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/setup-x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 482ac74

Please sign in to comment.