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. "20f4f72999bc5ca94e7c68fc68f90d9115c1accc" and "76b0e9ac2f80c8ca617351d33dd9da85e0f985c8" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version: 11.6.{build} version: 11.5.{build}
configuration: configuration:
- Release - Release

View File

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

View File

@ -556,7 +556,7 @@
<message> <message>
<location filename="../src/GUI/gui.cpp" line="432"/> <location filename="../src/GUI/gui.cpp" line="432"/>
<source>Use styles</source> <source>Use styles</source>
<translation>Empra estils</translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location filename="../src/GUI/gui.cpp" line="439"/> <location filename="../src/GUI/gui.cpp" line="439"/>

View File

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