Skip to content

Commit

Permalink
Bump the version numbers for alpha 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Jun 12, 2020
1 parent 7f688fe commit 847678c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Added

### Changed

### Fixed

## [Alpha 12] - 2020-06-11
### Added
- Added support for Guitar Pro 7 (`.gp`) files (#290).
- The Guitar Pro 6 (`.gpx`) importer has been rewritten and shares most of its code with the GP7 importer. It now has much more complete support for `.gpx` files, and a variety of bugs and missing features have been addressed (#290).
- Improved the Rest menu's behaviour to be more consistent with the Notes menu (#135).
Expand Down Expand Up @@ -237,7 +244,8 @@ Thanks to the following contributors who worked on this release:
## [Alpha 1] - 2014-07-27
* The first alpha release!

[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha11...HEAD
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha12...HEAD
[Alpha 12]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha12
[Alpha 11]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha11
[Alpha 10]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha10
[Alpha 9]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha9
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set( CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake/third_party/modules
)

set( PTE_VERSION 2.0.0-alpha11 )
set( PTE_VERSION 2.0.0-alpha12 )

include( PTE_Platform )
include( PTE_CompilerFlags )
Expand Down
2 changes: 1 addition & 1 deletion installer/osx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set( CPACK_PACKAGE_VENDOR "Power Tab" )

set( CPACK_PACKAGE_VERSION_MAJOR "1" )
set( CPACK_PACKAGE_VERSION_MINOR "98" )
set( CPACK_PACKAGE_VERSION_PATCH "11" )
set( CPACK_PACKAGE_VERSION_PATCH "12" )
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt" )

set( system_name "-osx" )
Expand Down
2 changes: 1 addition & 1 deletion installer/windows/common.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?define ProductName="Power Tab Editor"?>
<?define ProductShortName="Power Tab"?>
<?define Manufacturer="Power Tab Community"?>
<?define Version="1.98.11"?>
<?define Version="1.98.12"?>
<?define UpgradeCode="6cab03ff-a31b-4c76-a4d1-20a37575896a"?>
<?define SourceDir="../../source"?>
<?define BinDir="../../build/bin"?>
Expand Down

0 comments on commit 847678c

Please sign in to comment.