Skip to content

Commit

Permalink
Prep for 0.3.0 release (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 24, 2014
1 parent 410670b commit 932d0da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion qrc/Bipolar.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion qrc/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
it should be one of: Internal, Alpha, Beta, or Release.
-->
<key>SpecialBuild</key>
<string>Internal</string>
<string>Beta</string>
</dict>
</plist>

0 comments on commit 932d0da

Please sign in to comment.