1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 10:48:04 +02:00

Added initial MBTiles support

This commit is contained in:
2018-09-20 07:59:47 +02:00
parent c2e301f4e8
commit db98f381b5
10 changed files with 363 additions and 51 deletions

View File

@ -30,7 +30,7 @@
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "5.18"
!define VERSION "6.0"
; The file to write
OutFile "GPXSee-${VERSION}.exe"

View File

@ -30,7 +30,7 @@
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "5.18"
!define VERSION "6.0"
; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"