Skip to content

Commit

Permalink
Updated files for release of version 1.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
mibe committed May 11, 2021
1 parent e7b08a4 commit 601cff5
Show file tree
Hide file tree
Showing 4 changed files with 10 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-2017 Igor Brejc and others")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2021 Igor Brejc and others")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyFileVersionAttribute("1.13.1.0")]
[assembly: AssemblyInformationalVersionAttribute("1.13")]
[assembly: AssemblyFileVersionAttribute("1.14.11.0")]
[assembly: AssemblyInformationalVersionAttribute("1.14")]
[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.13.0.0
1.14.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="11/01/2017"/>
<property name="ReleaseStartDate" value="05/11/2021"/>
<property name="CompanyName" value="Igor Brejc and others"/>
<property name="BuildEngine" value="MSBuild"/>
<property name="ProjectSolutionFile" value="${ProjectId}.sln" />
Expand Down
5 changes: 5 additions & 0 deletions Srtm2Osm/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Srtm2Osm tool by Igor Brejc and others
VERSION HISTORY
---------------

1.14
----
- Fixed "ERROR: 1 is not a supported code page." on Windows 10 systems when the input and system locale is different.
- The ArduPilot Terrain Generator server is used as default SRTM source.

1.13
----
- Support for encrypted HTTP communication with SRTM servers.
Expand Down

0 comments on commit 601cff5

Please sign in to comment.