Skip to content

Commit 6eeb984

Browse files
committed
Update thing just to get a new tag coz i give up
1 parent 00c3a18 commit 6eeb984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/Common/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const std::string& GetNetplayDolphinVer()
8282
int GetScmCommitsAheadMaster()
8383
{
8484
// Note this macro can be empty if the master branch does not exist.
85-
return SCM_COMMITS_AHEAD_MASTER + 0;
85+
return 0;
8686
}
8787

8888
} // namespace Common

0 commit comments

Comments
 (0)