From: DeaDDooMER Date: Sun, 28 Jul 2019 12:52:48 +0000 (+0300) Subject: increment version X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=commitdiff_plain;h=03a1976c9195cc5b7cbca5be7037b2352e56bff1 increment version --- diff --git a/make-bootstrap.sh b/make-bootstrap.sh index 4ddd0f6..5cc1c61 100755 --- a/make-bootstrap.sh +++ b/make-bootstrap.sh @@ -8,7 +8,7 @@ set -e _exec="make-bootstrap.sh" _this="$(dirname "$(readlink -f "$0")")" -_version="v0.2" +_version="v0.3" _sign=false ###^^^^^^^^^^^### diff --git a/src/generic/Dsw/Mod/Compiler486Main.cp b/src/generic/Dsw/Mod/Compiler486Main.cp index 916ab17..1797a6d 100644 --- a/src/generic/Dsw/Mod/Compiler486Main.cp +++ b/src/generic/Dsw/Mod/Compiler486Main.cp @@ -13,7 +13,7 @@ MODULE DswCompiler486Main; hint = 29; oberon = 30; errorTrap = 31; defopt = {checks, assert, obj, ref, allref, srcpos, signatures, ctime}; - version = "0.2"; + version = "0.3"; emulong = 0; defopt2 = {}; diff --git a/src/generic/Dsw/Mod/CompilerCPfrontMain.cp b/src/generic/Dsw/Mod/CompilerCPfrontMain.cp index f8ecb5c..462e3fe 100644 --- a/src/generic/Dsw/Mod/CompilerCPfrontMain.cp +++ b/src/generic/Dsw/Mod/CompilerCPfrontMain.cp @@ -13,7 +13,7 @@ MODULE DswCompilerCPfrontMain; (* defopt = {checks, assert, obj, ref, allref, srcpos, signatures, ctime}; *) defopt = {checks, assert, obj, ctime}; - version = "0.2"; + version = "0.3"; emulong = 0; defopt2 = {}; diff --git a/src/generic/Dsw/Mod/Linker486Main.cp b/src/generic/Dsw/Mod/Linker486Main.cp index 9396d01..e08555a 100644 --- a/src/generic/Dsw/Mod/Linker486Main.cp +++ b/src/generic/Dsw/Mod/Linker486Main.cp @@ -7,7 +7,7 @@ MODULE DswLinker486Main; CONST tgtElfStatic = 0; tgtElfExe = 1; tgtElfDll = 2; tgtPeExe = 3; tgtPeDll = 4; - version = "0.2"; + version = "0.3"; TYPE Elem = POINTER TO RECORD