Development after a release.

This commit is contained in:
Olaf Seibert
2022-01-05 22:27:00 +01:00
parent c311f6a175
commit a0add7154f
2 changed files with 5 additions and 2 deletions

View File

@@ -3,12 +3,12 @@
#include "git-info.h"
#define BASE_VERSION "0.7.2"
#define BASE_VERSION "0.8wip"
#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (05 Jan 2022)"
#define VERSIONSTR BASE_VERSION" (xx Xxx 2022)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif