Skip to content

Commit

Permalink
Increment the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed Oct 31, 2016
1 parent f0d821e commit f91232c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -74,7 +74,7 @@ void print_version()
std::string compiler = "Unknown compiler";
std::string compiler_version = "";
#endif
std::string affect_version = "1.0.0";
std::string affect_version = "1.1.0";

std::cout << "aff3ct (" << os << prec << ", " << compiler << " " << compiler_version << ", "
<< mipp::IntructionsType << ") " << affect_version << std::endl;
Expand Down

0 comments on commit f91232c

Please sign in to comment.