Version bump after release 3.0.1.

This commit is contained in:
2016-06-15 00:18:09 +02:00
parent 9af383d2f6
commit 3702b72feb
2 changed files with 3 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ int main(int argc, char **argv)
if (variablesMap.count("version"))
{
std::cout << "plasp version 3.0.1" << std::endl;
std::cout << "plasp version 3.0.1-git" << std::endl;
return EXIT_SUCCESS;
}