mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -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
|
// remove hash from description
|
||||||
describe = describe.replace(/-[^-]+(-dirty)?$/, '$1');
|
describe = describe.replace(/-[^-]+(-dirty)?$/, '$1');
|
||||||
|
describe = describe.replace("-0","")
|
||||||
|
|
||||||
var out_contents =
|
var out_contents =
|
||||||
"#define SCM_REV_STR \"" + revision + "\"\n" +
|
"#define SCM_REV_STR \"" + revision + "\"\n" +
|
||||||
|
Reference in New Issue
Block a user