Skip to content

Commit

Permalink
Bump version to 0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhialto committed Mar 19, 2021
1 parent b100021 commit 33fc39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
??.??.20??: Rhialto
19.03.2021: Rhialto
version 0.7:
- Fixed the end-of-line check for MARK, EMT, TRAP.
- Left/right shift operator _; disabled when the -yus option is used.
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.7wip"
#define BASE_VERSION "0.7"

#if defined(GIT_VERSION)
#define VERSIONSTR BASE_VERSION" ("GIT_VERSION"\n\t"GIT_AUTHOR_DATE")"
#else
#define VERSIONSTR BASE_VERSION" (xx Xxxxxxxx 202x)"
#define VERSIONSTR BASE_VERSION" (19 March 2021)"
/*#define VERSIONSTR "0.3 (April 21, 2009)" */
/*#define VERSIONSTR "0.2 July 15, 2001" */
#endif
Expand Down

0 comments on commit 33fc39f

Please sign in to comment.