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:
- Release

View File

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

View File

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

View File

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