mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Change git version name back to what it was, which the core uses
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ static bool write_build_h(const std::string &buildh, const std::string &git_vers
|
||||
fd << "/* This file is automatically generated by version.cpp - do not edit it! */" << std::endl;
|
||||
fd << build << std::endl;
|
||||
if (!git_version.empty())
|
||||
fd << "#define GIT_VERSION \"" << git_version << "\"" << std::endl;
|
||||
fd << "#define VERSION_GIT \"" << git_version << "\"" << std::endl;
|
||||
fd.close();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user