Skip to content

Commit

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

## [Unreleased]

Thanks to the following contributors who worked on this release:
- @cameronwhite

### Added

### Changed

### Fixed

## [Alpha 13] - 2020-08-11

Thanks to the following contributors who worked on this release:
- @cameronwhite
- @mostafa-nabil
Expand Down Expand Up @@ -275,7 +286,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-alpha12...HEAD
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha13...HEAD
[Alpha 13]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha13
[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
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-alpha12 )
set( PTE_VERSION 2.0.0-alpha13 )

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 "12" )
set( CPACK_PACKAGE_VERSION_PATCH "13" )
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.12"?>
<?define Version="1.98.13"?>
<?define UpgradeCode="6cab03ff-a31b-4c76-a4d1-20a37575896a"?>
<?define SourceDir="../../source"?>
<?define BinDir="../../build/bin"?>
Expand Down

0 comments on commit 322e917

Please sign in to comment.