Skip to content

Commit

Permalink
Bump version to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jonáš committed Feb 7, 2019
1 parent 1be8d98 commit 9630b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace std;
using namespace z3;
using namespace antlr4;

const std::string version = "1.0 dev";
const std::string version = "1.0";

void print_usage()
{
Expand Down
2 changes: 1 addition & 1 deletion lib/SMTLIBInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ antlrcpp::Any SMTLIBInterpreter::visitCommand(SMTLIBv2Parser::CommandContext* co
}
else if (info->PK_Version())
{
std::cout << "1.0 dev" << std::endl;
std::cout << "1.0" << std::endl;
}
else
{
Expand Down

0 comments on commit 9630b6c

Please sign in to comment.