Show commit id in version for git builds.

This commit is contained in:
Alexey Sokolov
2012-07-20 22:34:53 +07:00
parent a88d9c7a7f
commit a131127770
8 changed files with 42 additions and 18 deletions

View File

@@ -215,7 +215,7 @@ inline double GetVersion() {
}
inline CString GetVersionExtra() {
return VERSION_EXTRA;
return ZNC_VERSION_EXTRA;
}
class MCString_iter {