patrick
/
plasp
Archived
1
0
Fork 0

Internal version bump to 3.1.0-git because of the scope of the changes since 3.0.3.

This commit is contained in:
Patrick Lühne 2017-06-28 01:06:30 +02:00
parent b282225363
commit 31cf6d287d
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

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