Skip to content

Commit

Permalink
ImageProcessing: Added functions to generate difference images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn committed Jul 24, 2017
1 parent 8a7d73d commit eb62d44
Show file tree
Hide file tree
Showing 12 changed files with 812 additions and 806 deletions.
2 changes: 1 addition & 1 deletion CMake/ProjectVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PROJECT_VERSION_TWEAK "42")
set(PROJECT_VERSION_TWEAK "46")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION_MINOR "1")
set(PROJECT_VERSION_MAJOR "3")
2 changes: 1 addition & 1 deletion Core/src/BlueFramework/Core/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define BLUEFRAMEWORK_API_MAJOR 3
#define BLUEFRAMEWORK_API_MINOR 1
#define BLUEFRAMEWORK_API_PATCH 1
#define BLUEFRAMEWORK_API_TWEAK 42
#define BLUEFRAMEWORK_API_TWEAK 46

BLUEFRAMEWORK_CORE_NAMESPACE_BEGIN

Expand Down
Loading

0 comments on commit eb62d44

Please sign in to comment.