Skip to content

Commit d096203

Browse files
committed
Updated version and changelog
1 parent b6825f0 commit d096203

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Version 6.9.10
2-
- Fix compilation error when GETWORD is replaced by MOV
2+
- Fix compilation error when GETWORD is replaced by MOV or MUL
33
- Fix varargs calls in nucode when no varying arguments present
4+
- Fix an incorrect warning about locals shadowing globals in C
45

56
Version 6.9.9
67
- Fixed `--compress` flag on Windows

version.h

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

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)