Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarthianur committed Sep 10, 2020
1 parent c704940 commit 16181ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/sctf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define SCTF_SCTF_HPP

/// SCTF release version this source belongs to.
#define SCFT_VERSION "2.0-rc9"
#define SCFT_VERSION "2.0"

#include "comparator/equality.hpp"
#include "comparator/ordering.hpp"
Expand All @@ -44,9 +44,9 @@
*
* @param R is the reporters factory method invokation.
*/
#define SCTF_DEFAULT_MAIN(R) \
auto main(int /*argc*/, char** /*argv*/)->int { \
return static_cast<int>(sctf::R->report()); \
#define SCTF_DEFAULT_MAIN(R) \
auto main(int /*argc*/, char* * /*argv*/)->int { \
return static_cast<int>(sctf::R->report()); \
}

#endif // SCTF_SCTF_HPP

0 comments on commit 16181ff

Please sign in to comment.