mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
updated version.Mod and makefiles to reflect the new version.
This commit is contained in:
parent
807a7bd019
commit
90a0dc3ae2
14 changed files with 14 additions and 14 deletions
|
|
@ -8,8 +8,8 @@ VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
|
|||
defaultTarget* : INTEGER;
|
||||
BEGIN
|
||||
arch := architecture.arch;
|
||||
date := " [2013/09/23]";
|
||||
version := "1.0";
|
||||
date := " [2014/09/18]";
|
||||
version := "1.0.1";
|
||||
versionLong := "";
|
||||
COPY(version, versionLong);
|
||||
Strings.Append (" ", versionLong);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue