diff --git a/gpxsee.nsi b/gpxsee.nsi index da300251..fbb17e5b 100644 --- a/gpxsee.nsi +++ b/gpxsee.nsi @@ -64,7 +64,7 @@ Section "GPXSee (required)" SEC_APP ; Write the uninstall keys for Windows WriteRegStr HKLM "${REGENTRY}" "DisplayName" "GPXSee" WriteRegStr HKLM "${REGENTRY}" "Publisher" "Martin Tuma" - WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "2.8" + WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "2.9" WriteRegStr HKLM "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegDWORD HKLM "${REGENTRY}" "NoModify" 1 WriteRegDWORD HKLM "${REGENTRY}" "NoRepair" 1 diff --git a/src/config.h b/src/config.h index 888b4bbc..0f327e43 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.8" +#define APP_VERSION "2.9" #define FONT_FAMILY "Arial" #define FONT_SIZE 12