Skip to content

Commit a06e5bf

Browse files
committed
Update version numbers for alpha 10.
1 parent 94196cf commit a06e5bf

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set( CMAKE_MODULE_PATH
88
${CMAKE_SOURCE_DIR}/cmake/third_party/modules
99
)
1010

11-
set( PTE_VERSION 2.0.0-alpha9 )
11+
set( PTE_VERSION 2.0.0-alpha10 )
1212

1313
include( PTE_Platform )
1414
include( PTE_CompilerFlags )

osx/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<key>CFBundleSignature</key>
130130
<string>xmmd</string>
131131
<key>CFBundleVersion</key>
132-
<string>2.0.0-alpha9</string>
132+
<string>2.0.0-alpha10</string>
133133
<key>NSAppleScriptEnabled</key>
134134
<string>NO</string>
135135
</dict>

windows/common.wxi

+1-1
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.9"?>
6+
<?define Version="1.98.10"?>
77
<?define UpgradeCode="6cab03ff-a31b-4c76-a4d1-20a37575896a"?>
88
<?define SourceDir="../source"?>
99
<?define BinDir="../build/bin"?>

windows/powertabeditor.wxs

+14-14
Original file line numberDiff line numberDiff line change
@@ -73,26 +73,26 @@
7373
<RegistryValue Root="HKCU" Key="Software\Power Tab\Power Tab Editor" Name="installed" Type="integer" Value="1" KeyPath="yes" />
7474
</Component>
7575

76-
<Component Id="boost_date_time" Guid="A7CA0E64-5F96-4457-8084-7AA2697AB552">
77-
<File Source="$(var.BinDir)/boost_date_time-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
76+
<Component Id="boost_date_time" Guid="05160EB2-7942-4A0B-A4AA-C32DB3AA6748">
77+
<File Source="$(var.BinDir)/boost_date_time-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
7878
</Component>
79-
<Component Id="boost_filesystem" Guid="08C4B62D-6FB6-4647-AB9A-7CF2C927D749">
80-
<File Source="$(var.BinDir)/boost_filesystem-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
79+
<Component Id="boost_filesystem" Guid="0A71DDED-B776-4126-A5E8-52C215B26363">
80+
<File Source="$(var.BinDir)/boost_filesystem-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
8181
</Component>
82-
<Component Id="boost_iostreams" Guid="D7CC00A3-D0F4-46EB-8C52-3C8611078DE1">
83-
<File Source="$(var.BinDir)/boost_iostreams-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
82+
<Component Id="boost_iostreams" Guid="A7802731-FD59-4171-8DF4-3CAA1DAC712F">
83+
<File Source="$(var.BinDir)/boost_iostreams-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
8484
</Component>
85-
<Component Id="boost_program_options" Guid="EE8E115F-C14F-4A2D-89D0-7C226B606279">
86-
<File Source="$(var.BinDir)/boost_program_options-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
85+
<Component Id="boost_program_options" Guid="DB751E56-8457-4196-B84E-C86A5833FFCC">
86+
<File Source="$(var.BinDir)/boost_program_options-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
8787
</Component>
88-
<Component Id="boost_regex" Guid="4DE196DC-2078-4B0A-AA3B-B449E0782E88">
89-
<File Source="$(var.BinDir)/boost_regex-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
88+
<Component Id="boost_regex" Guid="BBCB2682-F592-4A83-A566-1AA476CE7A8E">
89+
<File Source="$(var.BinDir)/boost_regex-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
9090
</Component>
91-
<Component Id="boost_system" Guid="08237373-A16F-4101-9F53-E4772AD875BB">
92-
<File Source="$(var.BinDir)/boost_system-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
91+
<Component Id="boost_system" Guid="7C1E4D1C-C891-4C0D-BE70-9BF5B51F588E">
92+
<File Source="$(var.BinDir)/boost_system-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
9393
</Component>
94-
<Component Id="boost_zlib" Guid="D942287A-F31F-4DDD-8F36-6E03F42DB131">
95-
<File Source="$(var.BinDir)/boost_zlib-vc140-mt-1_59.dll" KeyPath="yes" Checksum="yes" />
94+
<Component Id="boost_zlib" Guid="BE6C26D7-8429-4F0F-ADC0-60DAAC1E88C7">
95+
<File Source="$(var.BinDir)/boost_zlib-vc140-mt-1_62.dll" KeyPath="yes" Checksum="yes" />
9696
</Component>
9797
<Component Id="Qt5Core" Guid="C12EB9A4-E465-4738-BD49-898C4E843A8D">
9898
<File Source="$(var.BinDir)/Qt5Core.dll" KeyPath="yes" Checksum="yes" />

0 commit comments

Comments
 (0)