From f83e3376b4167fa6869c40000dd572d677805a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 13 Feb 2017 20:17:05 +0100 Subject: [PATCH] Version++ --- gpxsee.pro | 2 +- pkg/gpxsee.nsi | 2 +- pkg/gpxsee64.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpxsee.pro b/gpxsee.pro index 2d740ba7..3ab476e5 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,5 +1,5 @@ TARGET = GPXSee -VERSION = 3.9 +VERSION = 3.10 QT += core \ gui \ network diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index d708fd2f..7059ccc7 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -5,7 +5,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "3.9" +!define VERSION "3.10" ; The file to write OutFile "GPXSee-${VERSION}.exe" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index fb021014..f77f4768 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -5,7 +5,7 @@ ; The name of the installer Name "GPXSee" ; Program version -!define VERSION "3.9" +!define VERSION "3.10" ; The file to write OutFile "GPXSee-${VERSION}_x64.exe"