From f91232c299ccd8a6ecdba6d6b55d8a29be81935f Mon Sep 17 00:00:00 2001 From: Adrien Cassagne Date: Mon, 31 Oct 2016 11:34:56 +0100 Subject: [PATCH] Increment the version number. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5e8e39853..9fb6c00a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;