Skip to content

Commit b1149ff

Browse files
committed
version bump
1 parent 7ec7641 commit b1149ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cmake_minimum_required ( VERSION 2.8.12 )
1616

1717
project ( staticlib_compress CXX )
18-
set ( ${PROJECT_NAME}_STATICLIB_VERSION 1.2.0 )
18+
set ( ${PROJECT_NAME}_STATICLIB_VERSION 1.2.1 )
1919
set ( ${PROJECT_NAME}_DESCRIPTION "Staticlibs Compress library" )
2020
set ( ${PROJECT_NAME}_URL https://github.com/staticlibs/staticlib_compress )
2121
include ( ${CMAKE_CURRENT_LIST_DIR}/resources/macros.cmake )

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ This project is released under the [Apache License 2.0](http://www.apache.org/li
2626
Changelog
2727
---------
2828

29+
**2018-02-22**
30+
31+
* version 1.2.1
32+
* check data avail before writing
33+
2934
**2017-12-24**
3035

3136
* version 1.2.0

0 commit comments

Comments
 (0)