Skip to content

Commit 0d88b68

Browse files
committed
release: 1.1.1
1 parent 9a0d80c commit 0d88b68

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file(see http://keepachangelog.com/).
33

44
## [Unreleased]
5+
6+
## [1.1.1] - 2016-11-05
57
### Added
68
- fs: expand '~' to home directory when use realpath and absolute.
79
- num: check bits count of a integer.

include/chen/chen.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* libchen: A General Purpose C++ Toolkit
3-
* @version 1.1.0
43
* @author Jian Chen <admin@chensoft.com>
54
* @link http://chensoft.com
65
* @license Licensed under MIT license
@@ -11,9 +10,9 @@
1110
// version
1211
constexpr int CHEN_VERSION_MAJOR = 1;
1312
constexpr int CHEN_VERSION_MINOR = 1;
14-
constexpr int CHEN_VERSION_PATCH = 0;
13+
constexpr int CHEN_VERSION_PATCH = 1;
1514

16-
constexpr const char *CHEN_VERSION = "1.1.0";
15+
constexpr const char *CHEN_VERSION = "1.1.1";
1716

1817
// include
1918
#include <chen/base/any.hpp>

0 commit comments

Comments
 (0)