1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Compare commits

..

No commits in common. "c0e2597dcc2cd38108bc43fdabe4d2f400e43932" and "d0e0ea32ab443348d240faf3a6aeb2d0971b136f" have entirely different histories.

7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
version: 10.2.{build}
version: 10.1.{build}
configuration:
- Release

View File

@ -3,7 +3,7 @@ unix:!macx {
} else {
TARGET = GPXSee
}
VERSION = 10.2
VERSION = 10.1
QT += core \
gui \

View File

@ -157,7 +157,7 @@
<message>
<location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source>
<translation>TwoNav-dosieroj</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/data/data.cpp" line="168"/>

View File

@ -157,7 +157,7 @@
<message>
<location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source>
<translation>TwoNav-tiedostot</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/data/data.cpp" line="168"/>

View File

@ -157,7 +157,7 @@
<message>
<location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source>
<translation>TwoNav файлы</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/data/data.cpp" line="168"/>

View File

@ -37,7 +37,7 @@ Unicode true
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "10.2"
!define VERSION "10.1"
; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"

View File

@ -198,7 +198,7 @@
#define POI_RADIUS_SETTING "poiRadius"
#define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM)
#define DEM_URL_SETTING "demURL"
#define DEM_URL_DEFAULT "http://dem.gpxsee.org/$lat/$lat$lon.hgt.zip"
#define DEM_URL_DEFAULT ""
#define DEM_AUTH_SETTING "demAuthentication"
#define DEM_AUTH_DEFAULT false
#define DEM_USERNAME_SETTING "demUsername"