Skip to content

Commit

Permalink
Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed Feb 13, 2021
1 parent 39653bc commit 8d739ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
??.??.20??: Rhialto
13.02.2021: Rhialto
version 0.6:
- Fixed rounding issues with floating point literals.
- Fixed FPP instructions which take fp immediate operands.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

modified 2009 by Joerg Hoppe,
modified 2015-2017,2020 by Olaf 'Rhialto' Seibert.
modified 2015-2017,2020,2021 by Olaf 'Rhialto' Seibert.

Files:
macro11.c Command line parsing and driving the passes.
Expand Down
4 changes: 2 additions & 2 deletions macro11.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

#include "git-info.h"

#define BASE_VERSION "0.6wip"
#define BASE_VERSION "0.6"

#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx xxxxx 20xx)"
#define VERSIONSTR BASE_VERSION" (13 Februari 2021)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif
Expand Down

0 comments on commit 8d739ef

Please sign in to comment.