mirror of
https://github.com/open-simh/simtools.git
synced 2026-05-05 23:34:15 +00:00
Prepare for development after released version.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
??.??.20??: Rhialto
|
||||||
|
version 0.6:
|
||||||
|
|
||||||
25.04.2020: Rhialto
|
25.04.2020: Rhialto
|
||||||
version 0.5:
|
version 0.5:
|
||||||
- Fixed bug with checking addressing mode for JSR and bugs
|
- Fixed bug with checking addressing mode for JSR and bugs
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
WARNS ?= -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow
|
WARNS ?= -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow
|
||||||
OBJFORMAT = -DDEFAULT_OBJECTFORMAT_RT11=0
|
OBJFORMAT = -DDEFAULT_OBJECTFORMAT_RT11=0
|
||||||
CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
CFLAGS ?= -O2 -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||||
|
|
||||||
MACRO11_SRCS = macro11.c \
|
MACRO11_SRCS = macro11.c \
|
||||||
assemble.c assemble_globals.c assemble_aux.c \
|
assemble.c assemble_globals.c assemble_aux.c \
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
#include "git-info.h"
|
#include "git-info.h"
|
||||||
|
|
||||||
#define BASE_VERSION "0.5"
|
#define BASE_VERSION "0.6wip"
|
||||||
|
|
||||||
#if defined(GIT_VERSION)
|
#if defined(GIT_VERSION)
|
||||||
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
|
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
|
||||||
#else
|
#else
|
||||||
#define VERSIONSTR BASE_VERSION" (25 March 2020)"
|
#define VERSIONSTR BASE_VERSION" (xx xxxxx 20xx)"
|
||||||
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
|
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
|
||||||
/*#define VERSIONSTR "0.2 July 15, 2001" */
|
/*#define VERSIONSTR "0.2 July 15, 2001" */
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user