1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 12:19:11 +02:00

Compare commits

..

No commits in common. "8b039cb9a7825c40619b8861bc6cb10b7d0c5e7f" and "c96a0fd8f4658c8984526688569a934f8a1dfb18" have entirely different histories.

6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
version: 11.8.{build}
version: 11.7.{build}
configuration:
- Release

View File

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

View File

@ -1216,7 +1216,7 @@
<message>
<location filename="../src/map/maplist.cpp" line="158"/>
<source>Electronic Navigational Charts</source>
<translation>Cartes Nàutiques Electròniques</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/map/maplist.cpp" line="159"/>

View File

@ -1246,7 +1246,7 @@
<message>
<location filename="../src/map/maplist.cpp" line="158"/>
<source>Electronic Navigational Charts</source>
<translation>Elektroniske sjøkart</translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/map/maplist.cpp" line="165"/>

View File

@ -1240,7 +1240,7 @@
<message>
<location filename="../src/map/maplist.cpp" line="158"/>
<source>Electronic Navigational Charts</source>
<translation></translation>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/map/maplist.cpp" line="165"/>

View File

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