File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file(see http://keepachangelog.com/ ).
3
3
4
4
## [ Unreleased]
5
+
6
+ ## [ 1.1.1] - 2016-11-05
5
7
### Added
6
8
- fs: expand '~ ' to home directory when use realpath and absolute.
7
9
- num: check bits count of a integer.
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* libchen: A General Purpose C++ Toolkit
3
- * @version 1.1.0
4
3
* @author Jian Chen <admin@chensoft.com>
5
4
* @link http://chensoft.com
6
5
* @license Licensed under MIT license
11
10
// version
12
11
constexpr int CHEN_VERSION_MAJOR = 1 ;
13
12
constexpr int CHEN_VERSION_MINOR = 1 ;
14
- constexpr int CHEN_VERSION_PATCH = 0 ;
13
+ constexpr int CHEN_VERSION_PATCH = 1 ;
15
14
16
- constexpr const char *CHEN_VERSION = " 1.1.0 " ;
15
+ constexpr const char *CHEN_VERSION = " 1.1.1 " ;
17
16
18
17
// include
19
18
#include < chen/base/any.hpp>
You can’t perform that action at this time.
0 commit comments