Skip to content

Commit bbbcc53

Browse files
committed
Bump version numbers for alpha 15.
1 parent 5f4fe08 commit bbbcc53

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
Thanks to the following contributors who worked on this release:
7+
- @cameronwhite
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [Alpha 15] - 2021-07-24
16+
617
Thanks to the following contributors who worked on this release:
718
- @cameronwhite
819
- @pysomn
@@ -322,7 +333,8 @@ Thanks to the following contributors who worked on this release:
322333
## [Alpha 1] - 2014-07-27
323334
* The first alpha release!
324335

325-
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha14...HEAD
336+
[Unreleased]: https://github.com/powertab/powertabeditor/compare/2.0.0-alpha15...HEAD
337+
[Alpha 15]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha15
326338
[Alpha 14]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha14
327339
[Alpha 13]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha13
328340
[Alpha 12]: https://github.com/powertab/powertabeditor/releases/tag/2.0.0-alpha12

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set( CMAKE_MODULE_PATH
1919
${CMAKE_SOURCE_DIR}/cmake/third_party/modules
2020
)
2121

22-
set( PTE_VERSION 2.0.0-alpha14 )
22+
set( PTE_VERSION 2.0.0-alpha15 )
2323

2424
include( PTE_Platform )
2525
include( PTE_CompilerFlags )

installer/osx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set( CPACK_PACKAGE_VENDOR "Power Tab" )
88

99
set( CPACK_PACKAGE_VERSION_MAJOR "1" )
1010
set( CPACK_PACKAGE_VERSION_MINOR "98" )
11-
set( CPACK_PACKAGE_VERSION_PATCH "14" )
11+
set( CPACK_PACKAGE_VERSION_PATCH "15" )
1212
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/license.txt" )
1313

1414
set( system_name "osx" )

installer/windows/common.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<?define ProductName="Power Tab Editor"?>
44
<?define ProductShortName="Power Tab"?>
55
<?define Manufacturer="Power Tab Community"?>
6-
<?define Version="1.98.14"?>
6+
<?define Version="1.98.15"?>
77
<?define UpgradeCode="6cab03ff-a31b-4c76-a4d1-20a37575896a"?>
88
<?define SourceDir="../../source"?>
99
<?define BinDir="../../build/bin"?>

0 commit comments

Comments
 (0)