mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 07:39:37 +00:00
Prepare for development after released version.
This commit is contained in:
parent
dcdbc02b2e
commit
57afe7ec85
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
??.??.20??: Rhialto
|
||||
version 0.7:
|
||||
|
||||
13.02.2021: Rhialto
|
||||
version 0.6:
|
||||
- Fixed rounding issues with floating point literals.
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
|
||||
#include "git-info.h"
|
||||
|
||||
#define BASE_VERSION "0.6"
|
||||
#define BASE_VERSION "0.7wip"
|
||||
|
||||
#if defined(GIT_VERSION)
|
||||
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
|
||||
#else
|
||||
#define VERSIONSTR BASE_VERSION" (13 Februari 2021)"
|
||||
#define VERSIONSTR BASE_VERSION" (xx Xxxxxxxx 202x)"
|
||||
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
|
||||
/*#define VERSIONSTR "0.2 July 15, 2001" */
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user