File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff 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+
617Thanks 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
Original file line number Diff line number Diff 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
2424include ( PTE_Platform )
2525include ( PTE_CompilerFlags )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set( CPACK_PACKAGE_VENDOR "Power Tab" )
88
99set ( CPACK_PACKAGE_VERSION_MAJOR "1" )
1010set ( CPACK_PACKAGE_VERSION_MINOR "98" )
11- set ( CPACK_PACKAGE_VERSION_PATCH "14 " )
11+ set ( CPACK_PACKAGE_VERSION_PATCH "15 " )
1212set ( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR} /license.txt" )
1313
1414set ( system_name "osx" )
Original file line number Diff line number Diff line change 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" ?>
You can’t perform that action at this time.
0 commit comments