We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9104c1 commit e8fe20aCopy full SHA for e8fe20a
filter_common/src/version.h
@@ -29,7 +29,7 @@ namespace SynthFilter {
29
#define FILTER_NAME_WIDE WIDEN(FILTER_NAME_BASE)
30
#define FILTER_VERSION_MAJOR 1
31
#define FILTER_VERSION_MINOR 4
32
-#define FILTER_VERSION_PATCH 7
+#define FILTER_VERSION_PATCH 8
33
#define FILTER_VERSION_STRING STRINGIZE(FILTER_VERSION_MAJOR) "." STRINGIZE(FILTER_VERSION_MINOR) "." STRINGIZE(FILTER_VERSION_PATCH) FILTER_VARIANT " # " FILTER_GIT_HASH
34
35
}
0 commit comments