Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d579ce3482 | |||
67ce176b74 | |||
1a88527c60 |
@ -1,4 +1,4 @@
|
||||
version: 7.33.{build}
|
||||
version: 7.34.{build}
|
||||
|
||||
configuration:
|
||||
- Release
|
||||
|
@ -3,7 +3,7 @@ unix:!macx {
|
||||
} else {
|
||||
TARGET = GPXSee
|
||||
}
|
||||
VERSION = 7.33
|
||||
VERSION = 7.34
|
||||
|
||||
QT += core \
|
||||
gui \
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -1530,7 +1530,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/pdfexportdialog.cpp" line="62"/>
|
||||
<source>cm</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>см</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/pdfexportdialog.cpp" line="68"/>
|
||||
|
@ -7,7 +7,7 @@
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "7.33"
|
||||
!define VERSION "7.34"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}.exe"
|
||||
|
@ -7,7 +7,7 @@
|
||||
; The name of the installer
|
||||
Name "GPXSee"
|
||||
; Program version
|
||||
!define VERSION "7.33"
|
||||
!define VERSION "7.34"
|
||||
|
||||
; The file to write
|
||||
OutFile "GPXSee-${VERSION}_x64.exe"
|
||||
|