Skip to content

Commit

Permalink
Remove -0 from stable release version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelBryk committed Aug 9, 2013
1 parent 9ea01aa commit 90d454d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Common/make_scmrev.h.js
Expand Up @@ -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" +
Expand Down

0 comments on commit 90d454d

Please sign in to comment.