Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
simon987 committed Oct 13, 2023
1 parent 560aa82 commit 49a21a5
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.3.5"
#define VERSION "3.3.6"
static const char *const Version = VERSION;
static const int VersionMajor = 3;
static const int VersionMinor = 3;
static const int VersionPatch = 5;
static const int VersionPatch = 6;

#ifndef SIST_PLATFORM
#define SIST_PLATFORM unknown
Expand Down

0 comments on commit 49a21a5

Please sign in to comment.