File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file(see http://keepachangelog.com/ ).
33
44## [ Unreleased]
5+
6+ ## [ 1.0.1] - 2016-06-21
57### Added
68- test: add threadpool unit test.
79- num: check whether an integer is a prime number.
Original file line number Diff line number Diff line change 11/* *
22 * libchen: A General Purpose C++ Toolkit
3- * @version 1.0.0
3+ * @version 1.0.1
44 * @author Jian Chen <admin@chensoft.com>
55 * @link http://chensoft.com
66 * @license Licensed under MIT license
1111// version
1212constexpr int CHEN_VERSION_MAJOR = 1 ;
1313constexpr int CHEN_VERSION_MINOR = 0 ;
14- constexpr int CHEN_VERSION_PATCH = 0 ;
14+ constexpr int CHEN_VERSION_PATCH = 1 ;
1515
16- constexpr const char *CHEN_VERSION = " 1.0.0 " ;
16+ constexpr const char *CHEN_VERSION = " 1.0.1 " ;
1717
1818// include
1919#include < chen/base/any.hpp>
You can’t perform that action at this time.
0 commit comments