mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-27 01:00:11 +00:00
Bump version to 0.6.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,4 +1,4 @@
|
||||
??.??.20??: Rhialto
|
||||
13.02.2021: Rhialto
|
||||
version 0.6:
|
||||
- Fixed rounding issues with floating point literals.
|
||||
- Fixed FPP instructions which take fp immediate operands.
|
||||
|
||||
2
README
2
README
@@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGE.
|
||||
|
||||
modified 2009 by Joerg Hoppe,
|
||||
modified 2015-2017,2020 by Olaf 'Rhialto' Seibert.
|
||||
modified 2015-2017,2020,2021 by Olaf 'Rhialto' Seibert.
|
||||
|
||||
Files:
|
||||
macro11.c Command line parsing and driving the passes.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user