1
0
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:
Adam
2015-03-22 10:26:49 -04:00
parent 3d09748d1c
commit 4c54a3939f
+1 -1
View File
@@ -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;