mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 15:27:18 +00:00
Bump version to 0.7.
This commit is contained in:
parent
b100021ffd
commit
33fc39ff32
2
CHANGES
2
CHANGES
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user