diff --git a/gpxsee.nsi b/gpxsee.nsi index 66a54c32..b8c3907b 100644 --- a/gpxsee.nsi +++ b/gpxsee.nsi @@ -63,7 +63,7 @@ Section "GPXSee (required)" SEC_APP ; Write the uninstall keys for Windows WriteRegStr HKCU "${REGENTRY}" "DisplayName" "GPXSee" WriteRegStr HKCU "${REGENTRY}" "Publisher" "Martin Tuma" - WriteRegStr HKCU "${REGENTRY}" "DisplayVersion" "2.6" + WriteRegStr HKCU "${REGENTRY}" "DisplayVersion" "2.7" WriteRegStr HKCU "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegDWORD HKCU "${REGENTRY}" "NoModify" 1 WriteRegDWORD HKCU "${REGENTRY}" "NoRepair" 1 diff --git a/src/config.h b/src/config.h index 51023abd..5a89617d 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ #define APP_NAME "GPXSee" #define APP_HOMEPAGE "http://tumic.wz.cz/gpxsee" -#define APP_VERSION "2.6" +#define APP_VERSION "2.7" #define FONT_FAMILY "Arial" #define FONT_SIZE 12