New: Bump version to 0.5.0

pull/560/head v0.5.0.576
Qstick 6 years ago
parent 0596215358
commit 9f9441788c

@ -1,4 +1,4 @@
version: '0.4.0.{build}' version: '0.5.0.{build}'
image: Visual Studio 2017 image: Visual Studio 2017

@ -23,11 +23,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.4</string> <string>0.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>xmmd</string> <string>xmmd</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.4</string> <string>0.5</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
</dict> </dict>

@ -6,7 +6,7 @@
#define AppURL "https://lidarr.audio/" #define AppURL "https://lidarr.audio/"
#define ForumsURL "https://forums.lidarr.audio/" #define ForumsURL "https://forums.lidarr.audio/"
#define AppExeName "Lidarr.exe" #define AppExeName "Lidarr.exe"
#define BuildNumber "0.4.0" #define BaseVersion "0.5.0"
#define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER') #define BuildNumber GetEnv('APPVEYOR_BUILD_NUMBER')
#define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION') #define BuildVersion GetEnv('APPVEYOR_BUILD_VERSION')
#define BranchName GetEnv('APPVEYOR_REPO_BRANCH') #define BranchName GetEnv('APPVEYOR_REPO_BRANCH')
@ -17,7 +17,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93} AppId={{56C1065D-3523-4025-B76D-6F73F67F7F93}
AppName={#AppName} AppName={#AppName}
AppVersion=0.4.0 AppVersion={#BaseVersion}
AppPublisher={#AppPublisher} AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL} AppPublisherURL={#AppURL}
AppSupportURL={#ForumsURL} AppSupportURL={#ForumsURL}
@ -35,7 +35,7 @@ DisableReadyPage=True
CompressionThreads=2 CompressionThreads=2
Compression=lzma2/normal Compression=lzma2/normal
AppContact={#ForumsURL} AppContact={#ForumsURL}
VersionInfoVersion=0.4.0.{#BuildNumber} VersionInfoVersion={#BaseVersion}.{#BuildNumber}
[Languages] [Languages]
Name: "english"; MessagesFile: "compiler:Default.isl" Name: "english"; MessagesFile: "compiler:Default.isl"

Loading…
Cancel
Save