mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 22:12:24 +00:00
fixed date
This commit is contained in:
parent
0d85205cfd
commit
6d36f4ee8c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR;
|
|||
defaultTarget* : INTEGER;
|
||||
BEGIN
|
||||
arch := architecture.arch;
|
||||
date := " [2014/09/18]";
|
||||
date := " [2014/09/23]";
|
||||
version := "1.0.1";
|
||||
versionLong := "";
|
||||
COPY(version, versionLong);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue