diff --git a/cpp-lib/include/asn-incl.h b/cpp-lib/include/asn-incl.h index e066514..e47c80e 100644 --- a/cpp-lib/include/asn-incl.h +++ b/cpp-lib/include/asn-incl.h @@ -16,7 +16,6 @@ #include "asn-buf.h" #include "snaccexcept.h" #include "../jsoncpp/include/json.h" -#include "snacc-assert.h" #ifdef _WIN32 #include diff --git a/version.h b/version.h index 0ecd2d2..367cb2f 100644 --- a/version.h +++ b/version.h @@ -1,8 +1,8 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "6.0.38" -#define VERSION_RC 6, 0, 38 -#define RELDATE "12.02.2026" +#define VERSION "6.0.39" +#define VERSION_RC 6, 0, 39 +#define RELDATE "13.02.2026" #endif // VERSION_H