Skip to content

Commit b1eaf75

Browse files
Documentation updated
1 parent 9b4f584 commit b1eaf75

File tree

7 files changed

+87
-114
lines changed

7 files changed

+87
-114
lines changed

3rdparty/ConfigReader

README.md

Lines changed: 82 additions & 109 deletions
Large diffs are not rendered by default.
-173 KB
Binary file not shown.
171 KB
Binary file not shown.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
66
## INTERFACE-PROJECT
77
## name and version
88
###############################################################################
9-
project(VFilter VERSION 1.1.1 LANGUAGES CXX)
9+
project(VFilter VERSION 1.1.2 LANGUAGES CXX)
1010

1111

1212

src/VFilterVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#define VFILTER_MAJOR_VERSION 1
44
#define VFILTER_MINOR_VERSION 1
5-
#define VFILTER_PATCH_VERSION 1
5+
#define VFILTER_PATCH_VERSION 2
66

7-
#define VFILTER_VERSION "1.1.1"
7+
#define VFILTER_VERSION "1.1.2"

0 commit comments

Comments
 (0)