Duplicate media_comment field, fixes #440

This commit is contained in:
simon987
2023-11-18 10:50:09 -05:00
parent ffa7f2ae84
commit 80528857e9
7 changed files with 12 additions and 5 deletions

View File

@@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"
#define VERSION "3.4.0"
#define VERSION "3.4.1"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 4;
static const int VersionPatch = 0;
static const int VersionPatch = 1;
#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown