Skip to content

Commit

Permalink
update r789
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Mar 3, 2015
1 parent ead9396 commit 790b28b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.11
PROJECT_NUMBER = 1.11.0.12

# 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
2 changes: 1 addition & 1 deletion include/internal/iutest_compiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@
# if (defined(__GNUC__) && !defined(COMPILER_ICC))
# define IUTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused))
# elif defined(__clang__)
# if __has_attribute(unused))
# if __has_attribute(unused)
# define IUTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused))
# endif
# endif
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 0x01110011u //!< iutest version 1.11.0.11
#define IUTEST_VER 0x01110012u //!< iutest version 1.11.0.12
#define IUTEST_MAJORVER 0x01u //!< Major Version
#define IUTEST_MINORVER 0x11u //!< Minor Version
#define IUTEST_BUILD 0x00u //!< Build
#define IUTEST_REVISION 0x11u //!< Revision
#define IUTEST_REVISION 0x12u //!< Revision

/**
* @mainpage
Expand Down

0 comments on commit 790b28b

Please sign in to comment.