diff --git a/src/sist.h b/src/sist.h index 44fcb81..769afd0 100644 --- a/src/sist.h +++ b/src/sist.h @@ -51,11 +51,11 @@ #include #include "git_hash.h" -#define VERSION "3.4.1" +#define VERSION "3.4.2" static const char *const Version = VERSION; static const int VersionMajor = 3; static const int VersionMinor = 4; -static const int VersionPatch = 1; +static const int VersionPatch = 2; #ifndef SIST_PLATFORM #define SIST_PLATFORM unknown