From 4f4d8aae701394bb1ba060d74ccaec53085e461f Mon Sep 17 00:00:00 2001 From: srz-zumix Date: Tue, 18 Sep 2018 23:05:57 +0900 Subject: [PATCH] version 1.16.6 --- docs/Doxyfile | 2 +- include/iutest_ver.hpp | 6 +++--- projects/nuget/iutest.nuspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 60cdd39a0a..ac71e835fd 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -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 diff --git a/include/iutest_ver.hpp b/include/iutest_ver.hpp index cf9af41c8b..7d5bdc35a1 100644 --- a/include/iutest_ver.hpp +++ b/include/iutest_ver.hpp @@ -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 diff --git a/projects/nuget/iutest.nuspec b/projects/nuget/iutest.nuspec index 2dffcfe96a..318f8fb727 100644 --- a/projects/nuget/iutest.nuspec +++ b/projects/nuget/iutest.nuspec @@ -3,7 +3,7 @@ iutest iutest - 1.16.5 + 1.16.6 Takazumi Shirayanagi Copyright (c) 2011-2018 C++ testing framework.