Skip to content

Commit

Permalink
Bump version number to 1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
mibe committed Sep 4, 2022
1 parent 59c526b commit fa03d90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyCompanyAttribute("Igor Brejc and others")]
[assembly: AssemblyProductAttribute("Srtm2Osm")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2021 Igor Brejc and others")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2022 Igor Brejc and others")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyFileVersionAttribute("1.14.11.0")]
[assembly: AssemblyInformationalVersionAttribute("1.14")]
[assembly: AssemblyFileVersionAttribute("1.15.4.0")]
[assembly: AssemblyInformationalVersionAttribute("1.15")]
[assembly: AssemblyDelaySignAttribute(false)]
[assembly: AssemblyKeyNameAttribute("")]

2 changes: 1 addition & 1 deletion Srtm2Osm.ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0.0
1.15.0.0
2 changes: 1 addition & 1 deletion Srtm2Osm.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- setting basic project properties -->
<property name="ProjectId" value="Srtm2Osm" />
<property name="ReleaseStartDate" value="05/11/2021"/>
<property name="ReleaseStartDate" value="09/04/2022"/>
<property name="CompanyName" value="Igor Brejc and others"/>
<property name="BuildEngine" value="MSBuild"/>
<property name="ProjectSolutionFile" value="${ProjectId}.sln" />
Expand Down
4 changes: 4 additions & 0 deletions Srtm2Osm/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Srtm2Osm tool by Igor Brejc and others
VERSION HISTORY
---------------

1.15
----
- The ArduPilot Firmware server is used as default SRTM source.

1.14
----
- Fixed "ERROR: 1 is not a supported code page." on Windows 10 systems when the input and system locale is different.
Expand Down

0 comments on commit fa03d90

Please sign in to comment.