mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Remove -0 from stable release version numbers.
This commit is contained in:
@ -60,6 +60,7 @@ var isMaster = +("master" == branch);
|
||||
|
||||
// remove hash from description
|
||||
describe = describe.replace(/-[^-]+(-dirty)?$/, '$1');
|
||||
describe = describe.replace("-0","")
|
||||
|
||||
var out_contents =
|
||||
"#define SCM_REV_STR \"" + revision + "\"\n" +
|
||||
|
Reference in New Issue
Block a user