Skip to content

Commit e8fe20a

Browse files
committed
Bump version
1 parent a9104c1 commit e8fe20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter_common/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace SynthFilter {
2929
#define FILTER_NAME_WIDE WIDEN(FILTER_NAME_BASE)
3030
#define FILTER_VERSION_MAJOR 1
3131
#define FILTER_VERSION_MINOR 4
32-
#define FILTER_VERSION_PATCH 7
32+
#define FILTER_VERSION_PATCH 8
3333
#define FILTER_VERSION_STRING STRINGIZE(FILTER_VERSION_MAJOR) "." STRINGIZE(FILTER_VERSION_MINOR) "." STRINGIZE(FILTER_VERSION_PATCH) FILTER_VARIANT " # " FILTER_GIT_HASH
3434
3535
}

0 commit comments

Comments
 (0)