Skip to content

Commit 70a2ebe

Browse files
committed
update version 1.0.4
1 parent 7873467 commit 70a2ebe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To build library and other utils from source, you will need:
88

99
* Visual Studio 2015 update 1 or higher / gcc 4.9 or higher
1010
* git
11-
* cmake 2.8.9 or higher
11+
* cmake 3.10 or higher
1212

1313
Download the source from git repository:
1414

tools/colorer/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define VER_FILEVERSION 1,0,3,0
2-
#define VER_FILEVERSION_STR "1.0.3.0"
1+
#define VER_FILEVERSION 1,0,4,0
2+
#define VER_FILEVERSION_STR "1.0.4.0"
33

44
#define VER_PRODUCTVERSION VER_FILEVERSION
55
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR

0 commit comments

Comments
 (0)