Skip to content

Commit

Permalink
update r842
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 13, 2015
1 parent 1ae720e commit 94f5f73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/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.11.99.7
PROJECT_NUMBER = 1.11.99.8

# 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
9 changes: 5 additions & 4 deletions include/internal/iutest_option_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011-2014, Takazumi Shirayanagi\n
* Copyright (C) 2011-2015, Takazumi Shirayanagi\n
* This software is released under the new BSD License,
* see LICENSE
*/
Expand Down Expand Up @@ -117,6 +117,7 @@ inline void iuOptionMessage::ShowFeature(void)
SHOW_MACRO(IUTEST_HAS_MATCHERS);
SHOW_MACRO(IUTEST_HAS_MATCHER_ALLOF_AND_ANYOF);
SHOW_MACRO(IUTEST_HAS_MATCHER_ELEMENTSARE);
SHOW_MACRO(IUTEST_HAS_MATCHER_REGEX);
SHOW_MACRO(IUTEST_HAS_MINIDUMP);
SHOW_MACRO(IUTEST_HAS_NULLPTR);
SHOW_MACRO(IUTEST_HAS_PACKAGE);
Expand Down Expand Up @@ -157,6 +158,7 @@ inline void iuOptionMessage::ShowSpec(void)
SHOW_MACRO(IUTEST_HAS_CTIME);
SHOW_MACRO(IUTEST_HAS_CXX_HDR_CHRONO);
SHOW_MACRO(IUTEST_HAS_CXX_HDR_RANDOM);
SHOW_MACRO(IUTEST_HAS_CXX_HDR_REGEX);
SHOW_MACRO(IUTEST_HAS_CXX11);
SHOW_MACRO(IUTEST_HAS_DELETED_FUNCTIONS);
SHOW_MACRO(IUTEST_HAS_EXCEPTIONS);
Expand All @@ -181,12 +183,11 @@ inline void iuOptionMessage::ShowSpec(void)
SHOW_MACRO(IUTEST_HAS_VARIADIC_TEMPLATES);
SHOW_MACRO(IUTEST_HAS_VARIADIC_TEMPLATE_TEMPLATES);

#ifdef _IUTEST_DEBUG

#ifdef _MSC_FULL_VER
SHOW_MACRO(_MSC_FULL_VER);
#endif

#ifdef _LIBCPP_VERSION
SHOW_MACRO(_LIBCPP_VERSION);
#endif

#undef SHOW_MACRO
Expand Down
4 changes: 2 additions & 2 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 0x01119907u //!< iutest version 1.11.99.7
#define IUTEST_VER 0x01119908u //!< iutest version 1.11.99.8
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x11u //!< Minor Version
#define IUTEST_BUILD 0x99u //!< Build
#define IUTEST_REVISION 0x07u //!< Revision
#define IUTEST_REVISION 0x08u //!< Revision

/**
* @mainpage
Expand Down

0 comments on commit 94f5f73

Please sign in to comment.