Bump version to 0.7.

This commit is contained in:
Olaf Seibert 2021-03-19 20:16:16 +01:00
parent b100021ffd
commit 33fc39ff32
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
??.??.20??: Rhialto
19.03.2021: Rhialto
version 0.7:
- Fixed the end-of-line check for MARK, EMT, TRAP.
- Left/right shift operator _; disabled when the -yus option is used.

View File

@ -3,12 +3,12 @@
#include "git-info.h"
#define BASE_VERSION "0.7wip"
#define BASE_VERSION "0.7"
#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx Xxxxxxxx 202x)"
#define VERSIONSTR BASE_VERSION" (19 March 2021)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif