mirror of
https://github.com/anope/anope.git
synced 2026-06-25 21:06:38 +02:00
Fix version system so it doesn't cause the entire build tree to get rebuilt just because version.h gets regenerated, thanks to Adam for initial patch.
This commit is contained in:
@@ -407,3 +407,8 @@ void ModuleRunTimeDirCleanUp()
|
||||
#endif
|
||||
Alog(LOG_DEBUG) << "Module run time directory has been cleaned out";
|
||||
}
|
||||
|
||||
Version Module::GetVersion()
|
||||
{
|
||||
return Version(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user