set version to 0.9.5

This commit is contained in:
Nicola Murino
2020-01-12 14:56:07 +01:00
parent 55a03c2e2b
commit 2be37217cf
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
; You need to change the paths for the source files to match your environment ; You need to change the paths for the source files to match your environment
#define MyAppName "SFTPGo" #define MyAppName "SFTPGo"
#define MyAppVersion "0.9.4-dev" #define MyAppVersion "0.9.5"
#define MyAppURL "https://github.com/drakkan/sftpgo" #define MyAppURL "https://github.com/drakkan/sftpgo"
#define MyAppExeName "sftpgo.exe" #define MyAppExeName "sftpgo.exe"
#define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup" #define MyAppDir "C:\Users\vbox\Desktop\sftpgo_setup"
@@ -32,6 +32,7 @@ ArchitecturesInstallIn64BitMode=x64
PrivilegesRequired=admin PrivilegesRequired=admin
ArchitecturesAllowed=x64 ArchitecturesAllowed=x64
MinVersion=6.1 MinVersion=6.1
VersionInfoVersion={#MyAppVersion}
[Languages] [Languages]
Name: "english"; MessagesFile: "compiler:Default.isl" Name: "english"; MessagesFile: "compiler:Default.isl"
@@ -50,6 +51,7 @@ Source: "{#MyAppDir}\static\*"; DestDir: "{app}\static"; Flags: ignoreversion re
[Dirs] [Dirs]
Name: "{app}\logs"; Permissions: everyone-full Name: "{app}\logs"; Permissions: everyone-full
Name: "{app}\backups"; Permissions: everyone-full
[Icons] [Icons]
Name: "{group}\Web Admin"; Filename: "http://127.0.0.1:8080/web"; Name: "{group}\Web Admin"; Filename: "http://127.0.0.1:8080/web";

View File

@@ -1,6 +1,6 @@
package utils package utils
const version = "0.9.4-dev" const version = "0.9.5"
var ( var (
commit = "" commit = ""