1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-08 03:03:02 +02:00

Compare commits

..

No commits in common. "50100b02dcccd9b1946b1b1573b380e384436aa5" and "04091f21d5d6543a72356f4c0afe1f94ef2ee348" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version: 13.41.{build}
version: 13.40.{build}
configuration:
- Release

View File

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

View File

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

View File

@ -763,7 +763,7 @@ MapData::Poly *MapData::polyObject(const ISO8211::Record &r,
bool MapData::processRecord(const ISO8211::Record &record,
QVector<ISO8211::Record> &fe, RecordMap &vi, RecordMap &vc, RecordMap &ve,
uint &comf, uint &somf, uint &huni)
uint &comf, uint &huni, uint &somf)
{
if (record.size() < 2)
return false;