From d4c791fe8e48463a9b47d3afc65b613ca61883da Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 15 Jan 2018 00:21:00 +0100 Subject: bump version --- cmd/j1e/j1e_bin.go | 2 +- j1eforth/j1.4th | 2 +- testdata/j1e.bin | Bin 6670 -> 6670 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/j1e/j1e_bin.go b/cmd/j1e/j1e_bin.go index 9726252..13f2404 100644 --- a/cmd/j1e/j1e_bin.go +++ b/cmd/j1e/j1e_bin.go @@ -550,7 +550,7 @@ var J1eBin = []byte{ 0x6b, 0x42, 0xc7, 0x2c, 0x80, 0x61, 0x1e, 0x45, 0x1e, 0x45, 0x3c, 0x45, 0x01, 0x3a, 0x81, 0x60, 0x4a, 0x4b, 0x1e, 0x45, 0xab, 0x4c, 0x00, 0x6a, 0xba, 0x0c, 0x0c, 0x70, 0x6c, 0x19, 0x03, 0x76, 0x65, 0x72, 0x01, 0x80, - 0x00, 0x81, 0x3d, 0x43, 0x04, 0x80, 0x0f, 0x72, 0x92, 0x19, 0x02, 0x68, + 0x00, 0x81, 0x3d, 0x43, 0x05, 0x80, 0x0f, 0x72, 0x92, 0x19, 0x02, 0x68, 0x69, 0x00, 0x1e, 0x45, 0x3c, 0x45, 0x0b, 0x65, 0x66, 0x6f, 0x72, 0x74, 0x68, 0x20, 0x6a, 0x31, 0x20, 0x76, 0x80, 0xbe, 0x00, 0x6c, 0x46, 0x44, 0xcb, 0x4c, 0x08, 0x44, 0x1a, 0x44, 0x1a, 0x44, 0x2e, 0x80, 0x10, 0x44, diff --git a/j1eforth/j1.4th b/j1eforth/j1.4th index 7ce4e7a..4916fd0 100644 --- a/j1eforth/j1.4th +++ b/j1eforth/j1.4th @@ -95,7 +95,7 @@ variable tlast variable tuser 0001 constant =ver -0004 constant =ext +0005 constant =ext 0040 constant =comp 0080 constant =imed 7f1f constant =mask diff --git a/testdata/j1e.bin b/testdata/j1e.bin index 6b92192..22bc03f 100644 Binary files a/testdata/j1e.bin and b/testdata/j1e.bin differ -- cgit v1.2.3