File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.0.1] - 2016-06-21
5
7
### Added
6
8
- test: add threadpool unit test.
7
9
- num: check whether an integer is a prime number.
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* libchen: A General Purpose C++ Toolkit
3
- * @version 1.0.0
3
+ * @version 1.0.1
4
4
* @author Jian Chen <admin@chensoft.com>
5
5
* @link http://chensoft.com
6
6
* @license Licensed under MIT license
11
11
// version
12
12
constexpr int CHEN_VERSION_MAJOR = 1 ;
13
13
constexpr int CHEN_VERSION_MINOR = 0 ;
14
- constexpr int CHEN_VERSION_PATCH = 0 ;
14
+ constexpr int CHEN_VERSION_PATCH = 1 ;
15
15
16
- constexpr const char *CHEN_VERSION = " 1.0.0 " ;
16
+ constexpr const char *CHEN_VERSION = " 1.0.1 " ;
17
17
18
18
// include
19
19
#include < chen/base/any.hpp>
You can’t perform that action at this time.
0 commit comments