Skip to content

Commit

Permalink
Bump the version numbers for alpha 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Nov 25, 2020
1 parent b9c1e74 commit a24fd34
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ 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 14] - 2020-11-24

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

### Added
- Added a bulk file conversion tool (#288, #212).
Expand Down Expand Up @@ -296,7 +308,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-alpha13...HEAD
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha14...HEAD
[Alpha 14]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha14
[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
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-alpha13 )
set( PTE_VERSION 2.0.0-alpha14 )

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

0 comments on commit a24fd34

Please sign in to comment.