Skip to content

Commit 9162ada

Browse files
committed
Advance to next version 0.2.7
1 parent 042c4bd commit 9162ada

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Binary file not shown.

VisualStudio/AirspaceConverterSetup32/AirspaceConverterSetup32.vdproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1067,15 +1067,15 @@
10671067
{
10681068
"Name" = "8:Microsoft Visual Studio"
10691069
"ProductName" = "8:AirspaceConverter"
1070-
"ProductCode" = "8:{5CC8FA01-35FE-440E-B426-D92FB6E933DD}"
1071-
"PackageCode" = "8:{422A0FDC-E75E-4DD5-9131-861E9B02289B}"
1070+
"ProductCode" = "8:{6300546E-B8D9-4977-AF26-32BE8CF59EC6}"
1071+
"PackageCode" = "8:{72BD51D8-9C96-40B3-B745-1FC36B458631}"
10721072
"UpgradeCode" = "8:{9209EC37-746F-4FB7-AC80-51C0D2BC9FEA}"
10731073
"AspNetVersion" = "8:4.0.30319.0"
10741074
"RestartWWWService" = "11:FALSE"
10751075
"RemovePreviousVersions" = "11:TRUE"
10761076
"DetectNewerInstalledVersion" = "11:TRUE"
10771077
"InstallAllUsers" = "11:TRUE"
1078-
"ProductVersion" = "8:0.2.6"
1078+
"ProductVersion" = "8:0.2.7"
10791079
"Manufacturer" = "8:Alberto Realis-Luc"
10801080
"ARPHELPTELEPHONE" = "8:+39 0125 1925182"
10811081
"ARPHELPLINK" = "8:http://www.alus.it/AirspaceConverter"

VisualStudio/AirspaceConverterSetup64/AirspaceConverterSetup64.vdproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1067,15 +1067,15 @@
10671067
{
10681068
"Name" = "8:Microsoft Visual Studio"
10691069
"ProductName" = "8:AirspaceConverter"
1070-
"ProductCode" = "8:{76396E25-A57F-471B-9206-84A9A9314913}"
1071-
"PackageCode" = "8:{72E3E3A7-1F58-4A3C-B864-4A69303B35FE}"
1070+
"ProductCode" = "8:{9ED80646-9D93-4A86-8813-8AE79D78EE8E}"
1071+
"PackageCode" = "8:{F2CF9785-6662-4D99-8778-B7F72199A856}"
10721072
"UpgradeCode" = "8:{9209EC37-746F-4FB7-AC80-51C0D2BC9FEA}"
10731073
"AspNetVersion" = "8:4.0.30319.0"
10741074
"RestartWWWService" = "11:FALSE"
10751075
"RemovePreviousVersions" = "11:TRUE"
10761076
"DetectNewerInstalledVersion" = "11:TRUE"
10771077
"InstallAllUsers" = "11:TRUE"
1078-
"ProductVersion" = "8:0.2.6"
1078+
"ProductVersion" = "8:0.2.7"
10791079
"Manufacturer" = "8:Alberto Realis-Luc"
10801080
"ARPHELPTELEPHONE" = "8:+39 0125 1925182"
10811081
"ARPHELPLINK" = "8:http://www.alus.it/AirspaceConverter"

src/AirspaceConverter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#pragma once
1414

1515
#ifndef VERSION
16-
#define VERSION "0.2.6"
16+
#define VERSION "0.2.7"
1717
#endif
1818

1919
#include <functional>

0 commit comments

Comments
 (0)