patrick
/
plasp
Archived
1
0
Fork 0

Version bump for release 3.0.2.

This commit is contained in:
Patrick Lühne 2016-08-18 15:55:51 +02:00
parent 220b9959a3
commit b44c04d3c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## (unreleased)
## 3.0.2 (2016-08-18)
Features:

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-git" << std::endl;
std::cout << "plasp version 3.0.2" << std::endl;
return EXIT_SUCCESS;
}