We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec7641 commit b1149ffCopy full SHA for b1149ff
CMakeLists.txt
@@ -15,7 +15,7 @@
15
cmake_minimum_required ( VERSION 2.8.12 )
16
17
project ( staticlib_compress CXX )
18
-set ( ${PROJECT_NAME}_STATICLIB_VERSION 1.2.0 )
+set ( ${PROJECT_NAME}_STATICLIB_VERSION 1.2.1 )
19
set ( ${PROJECT_NAME}_DESCRIPTION "Staticlibs Compress library" )
20
set ( ${PROJECT_NAME}_URL https://github.com/staticlibs/staticlib_compress )
21
include ( ${CMAKE_CURRENT_LIST_DIR}/resources/macros.cmake )
README.md
@@ -26,6 +26,11 @@ This project is released under the [Apache License 2.0](http://www.apache.org/li
26
Changelog
27
---------
28
29
+**2018-02-22**
30
+
31
+ * version 1.2.1
32
+ * check data avail before writing
33
34
**2017-12-24**
35
36
* version 1.2.0
0 commit comments