Bump version to 0.6.

This commit is contained in:
Olaf Seibert
2021-02-13 14:24:56 +01:00
parent 39653bcd2f
commit 8d739efed4
3 changed files with 4 additions and 4 deletions

View File

@@ -3,12 +3,12 @@
#include "git-info.h"
#define BASE_VERSION "0.6wip"
#define BASE_VERSION "0.6"
#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx xxxxx 20xx)"
#define VERSIONSTR BASE_VERSION" (13 Februari 2021)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif