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

Compare commits

...

2 Commits

Author SHA1 Message Date
50100b02dc Fixed switched units multipliers parameters broken in 13.40 2025-04-24 06:21:13 +02:00
6f7a90fb15 Version++ 2025-04-24 05:24:49 +02:00
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -49,7 +49,7 @@ Unicode true
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "13.40"
!define VERSION "13.41"
; 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 &huni, uint &somf)
uint &comf, uint &somf, uint &huni)
{
if (record.size() < 2)
return false;