1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
b78a533080 Version++ 2022-02-07 23:31:32 +01:00
4381888ffd Removed the Korean translation stub
Noone is evidently going to do anything about it despite the Weblate request...
2022-02-07 23:29:04 +01:00
4 changed files with 3 additions and 2368 deletions

View File

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

View File

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

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.3"
!define VERSION "10.4"
; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"