Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simon987 committed Jul 14, 2023
1 parent 0b0b7fe commit ec51888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sist.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
#include <ctype.h>
#include "git_hash.h"

#define VERSION "3.1.3"
#define VERSION "3.1.4"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 1;
static const int VersionPatch = 3;
static const int VersionPatch = 4;

#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown
Expand Down

0 comments on commit ec51888

Please sign in to comment.