1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-17 16:20:48 +01:00

Compare commits

..

No commits in common. "b78a533080bfd4a37ea10b95f10510a72fae79f6" and "70f0e8982b597f2142f13c940e4743344875a563" have entirely different histories.

4 changed files with 2368 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: 10.4.{build}
version: 10.3.{build}
configuration:
- Release

View File

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

2365
lang/gpxsee_ko.ts Normal file

File diff suppressed because it is too large Load Diff

View File

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