Skip to content

Commit

Permalink
v1.17.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jul 4, 2020
1 parent 02eb999 commit 8554676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
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.17.0.10
PROJECT_NUMBER = 1.17.0.11

# 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
4 changes: 2 additions & 2 deletions include/iutest_ver.hpp
Expand Up @@ -17,11 +17,11 @@

//======================================================================
// define
#define IUTEST_VER 0x01170010u //!< iutest version 1.17.0.10
#define IUTEST_VER 0x01170011u //!< iutest version 1.17.0.11
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x17u //!< Minor Version
#define IUTEST_MICROVER 0x00u //!< Micro Version
#define IUTEST_REVISION 0x10u //!< Revision
#define IUTEST_REVISION 0x11u //!< Revision

#define IUTEST_BUILD IUTEST_MICROVER //!< @deprecated

Expand Down

0 comments on commit 8554676

Please sign in to comment.