diff --git a/goldendict.pro b/goldendict.pro index 6a9df8c3..cab7b0da 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -3,7 +3,7 @@ # ##################################################################### TEMPLATE = app TARGET = goldendict -VERSION = 1.0.0 +VERSION = 1.0.1 # Generate version file. We do this here and in a build rule described later. # The build rule is required since qmake isn't run each time the project is diff --git a/nsis/GoldenDict-EnRuEn.nsi b/nsis/GoldenDict-EnRuEn.nsi index 49a3db0f..22432cc6 100644 --- a/nsis/GoldenDict-EnRuEn.nsi +++ b/nsis/GoldenDict-EnRuEn.nsi @@ -1,7 +1,7 @@ !include "MUI2.nsh" Name "GoldenDict" - OutFile "GoldenDict-1.0.0-EnRuEn-Install.exe" + OutFile "GoldenDict-1.0.1-EnRuEn-Install.exe" InstallDir "$PROGRAMFILES\GoldenDict" diff --git a/nsis/GoldenDict.nsi b/nsis/GoldenDict.nsi index 89ce41c0..9832c64b 100644 --- a/nsis/GoldenDict.nsi +++ b/nsis/GoldenDict.nsi @@ -1,7 +1,7 @@ !include "MUI2.nsh" Name "GoldenDict" - OutFile "GoldenDict-1.0.0-Install.exe" + OutFile "GoldenDict-1.0.1-Install.exe" InstallDir "$PROGRAMFILES\GoldenDict"