Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed Mar 20, 2022
1 parent 48619b3 commit 3d541ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 3d541ec

Please # to comment.