Skip to content

Commit d2de7c7

Browse files
committed
Update docs
1 parent 7138fea commit d2de7c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 7.6.2
2+
- Added check for `NO_COLOR` environment variable (thanks to Ada)
3+
14
Version 7.6.1
25
- Fixed looking up namespaced asm symbols from Spin code
36
- Made more jumps in hub be relative

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
#define VERSION_MAJOR 7
88
#define VERSION_MINOR 6
9-
#define VERSION_REV 1
10-
//#define BETA "-beta"
9+
#define VERSION_REV 2
10+
#define BETA "-beta"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)