mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-10 19:47:40 +01:00
Remove -0 from stable release version numbers.
This commit is contained in:
parent
9ea01aa7a8
commit
90d454d22f
@ -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" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user