Skip to content

Commit ba863e4

Browse files
committed
Version bump
1 parent cbab4c2 commit ba863e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sist.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
#include <ctype.h>
5252
#include "git_hash.h"
5353

54-
#define VERSION "3.1.2"
54+
#define VERSION "3.1.3"
5555
static const char *const Version = VERSION;
5656
static const int VersionMajor = 3;
5757
static const int VersionMinor = 1;
58-
static const int VersionPatch = 2;
58+
static const int VersionPatch = 3;
5959

6060
#ifndef SIST_PLATFORM
6161
#define SIST_PLATFORM unknown

0 commit comments

Comments
 (0)