Skip to content

Commit 570a76e

Browse files
committed
Updated docs
1 parent 9498546 commit 570a76e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Version 7.6.3
22
- Added implementations of getregs and setregs
33
- Added `%reg` as an alias for `__reg__` in Spin1
44
- Fixed a bug in `reg[imm]` expressions
5+
- Fixed lookup/lookdown in P1 bytecode (thanks, Ada!)
56

67
Version 7.6.2
78
- Added check for `NO_COLOR` environment variable (thanks to Ada)

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define VERSION_MAJOR 7
88
#define VERSION_MINOR 6
99
#define VERSION_REV 3
10-
#define BETA "-beta"
10+
//#define BETA "-beta"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)