version bump...

This commit is contained in:
LTVA1 2024-08-14 21:17:10 +03:00
parent 7c324ec39d
commit 006fe144ac
2 changed files with 3 additions and 3 deletions

View file

@ -54,8 +54,8 @@ class DivWorkPool;
#define DIV_UNSTABLE
#define DIV_VERSION "Import Test"
#define DIV_ENGINE_VERSION 217
#define DIV_VERSION "dev218"
#define DIV_ENGINE_VERSION 218
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02

View file

@ -1741,7 +1741,7 @@ void DivInstrument::readFeature64(SafeReader& reader, bool& volIsCutoff, short v
next = (unsigned char)reader.readC();
c64.res|=(next & 0xf)<<4;
if(version >= 217)
if(version >= 218)
{
c64.resetDuty = (next & 0x10) ? true : false;
}