patrick
/
plasp
Archived
1
0
Fork 0

Version bump after release 3.0.2 RC 1.

This commit is contained in:
Patrick Lühne 2016-08-14 17:40:51 +02:00
parent 4a2882711d
commit 04ddbaabae
1 changed files with 1 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.2-rc.1" << std::endl;
std::cout << "plasp version 3.0.2-rc.1-git" << std::endl;
return EXIT_SUCCESS;
}