From 3d541ec78361b1977e1fab793f26a61aad5532b7 Mon Sep 17 00:00:00 2001 From: Guido Date: Sun, 20 Mar 2022 20:41:08 +0100 Subject: [PATCH] v0.3 --- README.md | 3 --- configure.ac | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index de5af25..e15d9ce 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ It is derived from Niklaus Wirth's original decoder which he wrote in 1984 for t The 1984 version of the decoder is somewhat less complex than an earlier version written by Ch. Jacobi in 1981 for the Modula-2 Multipass Compiler. -## Caveat -This code is still work in progress. It will already run on most object files, but may not produce the correct output for some of them yet. - ## Compiling And Installation 1. Download the .tar.gz packages from the "[Releases](https://github.com/good-sushi/m2decode/releases)" page. 2. Extract and build: diff --git a/configure.ac b/configure.ac index d1076c3..74d7b80 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.71]) -AC_INIT([m2decode], [0.2], []) +AC_INIT([m2decode], [0.3], []) AM_INIT_AUTOMAKE([-Werror foreign subdir-objects]) AC_CONFIG_HEADERS([config.h])