Skip to content

Commit

Permalink
version 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 18, 2018
1 parent 7f19322 commit 4f4d8aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.5.5
PROJECT_NUMBER = 1.16.6.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
6 changes: 3 additions & 3 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 0x01160505u //!< iutest version 1.16.5.5
#define IUTEST_VER 0x01160600u //!< iutest version 1.16.6.0
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x16u //!< Minor Version
#define IUTEST_MICROVER 0x05u //!< Micro Version
#define IUTEST_REVISION 0x05u //!< Revision
#define IUTEST_MICROVER 0x06u //!< Micro Version
#define IUTEST_REVISION 0x00u //!< Revision

#define IUTEST_BUILD IUTEST_MICROVER //!< @deprecated

Expand Down
2 changes: 1 addition & 1 deletion projects/nuget/iutest.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>iutest</id>
<title>iutest</title>
<version>1.16.5</version>
<version>1.16.6</version>
<authors>Takazumi Shirayanagi</authors>
<copyright>Copyright (c) 2011-2018</copyright>
<summary>C++ testing framework.</summary>
Expand Down

0 comments on commit 4f4d8aa

Please sign in to comment.