Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrendKing committed Jul 8, 2021
1 parent aa95f47 commit aabedd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions filter_common/src/frame_handler_common.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// License: https://github.com/CrendKing/avisynth_filter/blob/master/LICENSE

#include "pch.h"

#include "constants.h"
#include "frame_handler.h"
#include "filter.h"


Expand Down
2 changes: 1 addition & 1 deletion filter_common/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace SynthFilter {
#define FILTER_NAME_WIDE WIDEN(FILTER_NAME_BASE)
#define FILTER_VERSION_MAJOR 1
#define FILTER_VERSION_MINOR 1
#define FILTER_VERSION_PATCH 5
#define FILTER_VERSION_PATCH 6
#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 aabedd8

Please sign in to comment.