Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Nov 5, 2019
1 parent 822d01e commit 8adb27e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
* deprecated: IUTEST_USE_OWN_LIST

* Bug fixes
* いくつかの不具合を修正

--------------------------------------------------

## Changes for 1.16.7

* Improved
* iuwandbox: コードサイズをさらに削減したヘッダーファイルに対応(--iutest-use-wandbox-min)

* Bug fixes
* 古い google mock の互換性エラー修正
* いくつかの不具合を修正
Expand All @@ -44,7 +45,7 @@
* Matcher に (NanSensitive)FloatNear/DoubleNear を追加
* Matcher に template 版の浮動小数点数比較を追加・(NanSensitive)FloatingPointEq/FloatingPointNear
* long double に対応

* Changes
* iuwandbox: -D__WANDBOX__ コンパイラーオプションを必ずつけるように変更

Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = iutest
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.16.99.31
PROJECT_NUMBER = 1.17.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
8 changes: 4 additions & 4 deletions include/iutest_ver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

//======================================================================
// define
#define IUTEST_VER 0x01169931u //!< iutest version 1.16.99.31
#define IUTEST_VER 0x01170000u //!< iutest version 1.17.0.0
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x16u //!< Minor Version
#define IUTEST_MICROVER 0x99u //!< Micro Version
#define IUTEST_REVISION 0x31u //!< Revision
#define IUTEST_MINORVER 0x17u //!< Minor Version
#define IUTEST_MICROVER 0x00u //!< Micro Version
#define IUTEST_REVISION 0x00u //!< Revision

#define IUTEST_BUILD IUTEST_MICROVER //!< @deprecated

Expand Down

0 comments on commit 8adb27e

Please sign in to comment.