From 932d0da2b16eb4365925e467476d97f26d9ce7a5 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 24 Aug 2014 16:32:46 +1000 Subject: [PATCH] Prep for 0.3.0 release (#6) --- CHANGELOG.md | 4 ++-- qrc/Bipolar.rc.in | 2 +- qrc/Info.plist.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b63bd4..839e08ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## Bipolar Changelog -### 0.3.0 (_unreleased_) +### 0.3.0 (2014-08-24) Features: -- basic GUI? +- wizard-based GUI ([#6](../../issues/6)) ### 0.2.3 (2014-08-13) Features: diff --git a/qrc/Bipolar.rc.in b/qrc/Bipolar.rc.in index 3d565ef4..b29f8330 100644 --- a/qrc/Bipolar.rc.in +++ b/qrc/Bipolar.rc.in @@ -33,7 +33,7 @@ BEGIN VALUE "ProductVersion", "0.3.0.0\0" // Because we embed the following value in TCX files, if set, // it should be one of: Internal, Alpha, Beta, or Release. - VALUE "SpecialBuild", "Internal\0" + VALUE "SpecialBuild", "Beta\0" END END BLOCK "VarFileInfo" diff --git a/qrc/Info.plist.in b/qrc/Info.plist.in index 04adf626..f3632529 100644 --- a/qrc/Info.plist.in +++ b/qrc/Info.plist.in @@ -33,6 +33,6 @@ it should be one of: Internal, Alpha, Beta, or Release. --> SpecialBuild - Internal + Beta