updated version.Mod and makefiles to reflect the new version.

Former-commit-id: 90a0dc3ae2
This commit is contained in:
Norayr Chilingarian 2014-09-18 23:56:28 +04:00
parent f5e162a502
commit 4a77f04720
14 changed files with 15 additions and 15 deletions

View file

@ -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);