diff --git a/gpxsee.nsi b/gpxsee.nsi index fbb17e5b..65f7330a 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.9" + WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "2.10" 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 0f327e43..2fcd23d6 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.9" +#define APP_VERSION "2.10" #define FONT_FAMILY "Arial" #define FONT_SIZE 12