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
9638d527c9
commit
2b6c416408
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
??.??.20??: Rhialto
|
||||
version 0.6:
|
||||
|
||||
25.04.2020: Rhialto
|
||||
version 0.5:
|
||||
- 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
|
||||
OBJFORMAT = -DDEFAULT_OBJECTFORMAT_RT11=0
|
||||
CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||
CFLAGS ?= -O2 -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||
|
||||
MACRO11_SRCS = macro11.c \
|
||||
assemble.c assemble_globals.c assemble_aux.c \
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
|
||||
#include "git-info.h"
|
||||
|
||||
#define BASE_VERSION "0.5"
|
||||
#define BASE_VERSION "0.6wip"
|
||||
|
||||
#if defined(GIT_VERSION)
|
||||
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
|
||||
#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.2 July 15, 2001" */
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user