mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Changed: Centralize version numbers (#961)
* Centralize version numbers * Fixed: Run UpdateVersionNumber on Package (For Separate Jobs)
This commit is contained in:
parent
075683bbd8
commit
a627c2c9ab
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#define AppURL "https://lidarr.audio/"
|
||||
#define ForumsURL "https://forums.lidarr.audio/"
|
||||
#define AppExeName "Lidarr.exe"
|
||||
#define BaseVersion "0.6.2"
|
||||
#define BaseVersion GetEnv('MAJORVERSION')
|
||||
#define BuildNumber GetEnv('MINORVERSION')
|
||||
#define BuildVersion GetEnv('LIDARRVERSION')
|
||||
#define BranchName GetEnv('BUILD_SOURCEBRANCHNAME')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue