#include "version.h"
#include "git-version.h"
-/**
- * Get the raw git version string
- *
- * \return The string generated by the GIT-VERSION-GEN script. It is passed
- * as a preprocessor define during compilation.
- */
-__a_const const char *version_git(void)
-{
- return GIT_VERSION;
-}
-
/**
* Get the version string for an executable.
*
/** \file version.h Functions for printing the version string. */
-const char *version_git(void);
const char *version_single_line(const char *pfx);
const char *version_text(const char *pfx);
void version_handle_flag(const char *pfx, bool flag);