Changeset - 776782756b6f
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-08-20 12:25:49
hy@ozderya.net
fix build error due to undefined `CurrentVersion`, all revisions back to 617 are broken
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/versionnumber.h
Show inline comments
 
@@ -41,4 +41,6 @@ bool operator==(const VersionNumber& lhs
 
bool operator<(const VersionNumber& lhs, const VersionNumber& rhs);
 
bool operator>(const VersionNumber& lhs, const VersionNumber& rhs);
 

	
 
const VersionNumber CurrentVersion(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH);
 

	
 
#endif // VERSIONNUMBER_H
0 comments (0 inline, 0 general)