logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6ada14b8646f8eadc88783856d537e78b6b0abbe
parent 020a443e3b98c15165bbbd378c5c876e7b1aa928
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 19 Mar 2019 01:48:42 -0700

bc: Fix version string

Diffstat:

Mpkg/bc/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/bc/gen.lua b/pkg/bc/gen.lua @@ -1,6 +1,6 @@ cflags{ '-D NDEBUG', - '-D VERSION=1.1.4', + '-D VERSION=1.2.0', '-D _POSIX_C_SOURCE=200809L', '-I $srcdir/include', '-include $dir/config.h',