]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
--version now prints GMQCC_GITINFO, which is not not defined in gmqcc.h to some empty...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index b9aca8378f44c8c29c78c3347fc04e5ebcf871be..b1657ff8ed855a754032663f97b73cd040b67f7c 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
 #define GMQCC_VERSION \
     GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)
 
-#ifndef GMQCC_GITINFO
-# define GMQCC_GITINFO "(no git info)"
-#endif
-
 /*
  * We cannot rely on C99 at all, since compilers like MSVC
  * simply don't support it.  We define our own boolean type