diff --git a/05vishap.conf b/05vishap.conf index 98072b24..dd2877f9 100644 --- a/05vishap.conf +++ b/05vishap.conf @@ -1 +1 @@ -/opt/voc-1.0/lib +/opt/voc-1.0.1/lib diff --git a/makefile b/makefile index 52feb489..3585dfa6 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.darwin.clang.x86_64 b/makefile.darwin.clang.x86_64 index fa73546a..9723fb10 100644 --- a/makefile.darwin.clang.x86_64 +++ b/makefile.darwin.clang.x86_64 @@ -4,7 +4,7 @@ TOS = darwin TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.freebsd.clang.x86_64 b/makefile.freebsd.clang.x86_64 index 342bb2ff..6b2db347 100644 --- a/makefile.freebsd.clang.x86_64 +++ b/makefile.freebsd.clang.x86_64 @@ -4,7 +4,7 @@ TOS = freebsd TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.clang.powerpc b/makefile.linux.clang.powerpc index 732ffa4a..396377f3 100644 --- a/makefile.linux.clang.powerpc +++ b/makefile.linux.clang.powerpc @@ -4,7 +4,7 @@ TOS = linux TARCH = powerpc #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.clang.x86_64 b/makefile.linux.clang.x86_64 index e7e34a90..8b70052b 100644 --- a/makefile.linux.clang.x86_64 +++ b/makefile.linux.clang.x86_64 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv6j b/makefile.linux.gcc.armv6j index 500cdca9..d3461e88 100644 --- a/makefile.linux.gcc.armv6j +++ b/makefile.linux.gcc.armv6j @@ -4,7 +4,7 @@ TOS = linux TARCH = armv6j #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv6j_hardfp b/makefile.linux.gcc.armv6j_hardfp index a6292a4c..df8d9bbe 100644 --- a/makefile.linux.gcc.armv6j_hardfp +++ b/makefile.linux.gcc.armv6j_hardfp @@ -4,7 +4,7 @@ TOS = linux TARCH = armv6j_hardfp #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv7a_hardfp b/makefile.linux.gcc.armv7a_hardfp index 3743232c..696792cb 100644 --- a/makefile.linux.gcc.armv7a_hardfp +++ b/makefile.linux.gcc.armv7a_hardfp @@ -4,7 +4,7 @@ TOS = linux TARCH = armv7a_hardfp #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.powerpc b/makefile.linux.gcc.powerpc index 1fc77a4c..154e5e98 100644 --- a/makefile.linux.gcc.powerpc +++ b/makefile.linux.gcc.powerpc @@ -4,7 +4,7 @@ TOS = linux TARCH = powerpc #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.x86 b/makefile.linux.gcc.x86 index 4904c6db..2eeba06b 100644 --- a/makefile.linux.gcc.x86 +++ b/makefile.linux.gcc.x86 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.x86_64 b/makefile.linux.gcc.x86_64 index 52feb489..3585dfa6 100644 --- a/makefile.linux.gcc.x86_64 +++ b/makefile.linux.gcc.x86_64 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0 +RELEASE = 1.0.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/src/voc/version.Mod b/src/voc/version.Mod index a749bf46..ac13825a 100644 --- a/src/voc/version.Mod +++ b/src/voc/version.Mod @@ -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); diff --git a/voc b/voc index 6eba931a..ecc8a9a5 100755 Binary files a/voc and b/voc differ