From 4ca06585d9ff5eb30e070cf6e9ed47ff1478ff2b Mon Sep 17 00:00:00 2001 From: srz-zumix Date: Wed, 25 Feb 2015 08:38:10 +0900 Subject: [PATCH] update r786 --- doc/Doxyfile | 2 +- include/impl/iutest_debug.ipp | 2 +- include/iutest_ver.hpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index a458e0a3e2..386904d281 100644 --- a/doc/Doxyfile +++ b/doc/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.11.0.9 +PROJECT_NUMBER = 1.11.0.10 # 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/impl/iutest_debug.ipp b/include/impl/iutest_debug.ipp index 714d51413b..033dffb750 100644 --- a/include/impl/iutest_debug.ipp +++ b/include/impl/iutest_debug.ipp @@ -21,7 +21,7 @@ #if defined(_MSC_VER) && _MSC_VER >= 1310 # if !defined(IUTEST_OS_WINDOWS_MOBILE) && !defined(IUTEST_OS_WINDOWS_PHONE) && !defined(IUTEST_OS_WINDOWS_RT) -# if defined(_MSC_FULL_VER) && (_MSC_FULL_VER <= 190022512) +# if defined(_MSC_FULL_VER) && (_MSC_FULL_VER <= 190022609) IUTEST_PRAGMA_MSC_WARN_PUSH() IUTEST_PRAGMA_MSC_WARN_DISABLE(4091) # include diff --git a/include/iutest_ver.hpp b/include/iutest_ver.hpp index 661f2a31f6..f4006f13ae 100644 --- a/include/iutest_ver.hpp +++ b/include/iutest_ver.hpp @@ -17,11 +17,11 @@ //====================================================================== // define -#define IUTEST_VER 0x01110009u //!< iutest version 1.11.0.9 +#define IUTEST_VER 0x01110010u //!< iutest version 1.11.0.10 #define IUTEST_MAJORVER 0x01u //!< Major Version #define IUTEST_MINORVER 0x11u //!< Minor Version #define IUTEST_BUILD 0x00u //!< Build -#define IUTEST_REVISION 0x09u //!< Revision +#define IUTEST_REVISION 0x10u //!< Revision /** * @mainpage