Skip to content
Snippets Groups Projects
Commit 51eddb6f authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

fixed how the CATS version information constructed

parent 97f9cac7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,8 @@
const char *cats_version(void)
{
return xstr(CATS(CATSVERSION));
#define CATS_VERSION "CATS version " VERSION
return CATS_VERSION;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment