Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrendKing committed Jul 24, 2021
1 parent 1b6a764 commit aad1293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filter_common/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace SynthFilter {

#define FILTER_NAME_WIDE WIDEN(FILTER_NAME_BASE)
#define FILTER_VERSION_MAJOR 1
#define FILTER_VERSION_MINOR 1
#define FILTER_VERSION_PATCH 6
#define FILTER_VERSION_MINOR 2
#define FILTER_VERSION_PATCH 0
#define FILTER_VERSION_STRING STRINGIZE(FILTER_VERSION_MAJOR) "." STRINGIZE(FILTER_VERSION_MINOR) "." STRINGIZE(FILTER_VERSION_PATCH) FILTER_VARIANT " # " FILTER_GIT_HASH
}

0 comments on commit aad1293

Please sign in to comment.