patrick
/
plasp
Archived
1
0
Fork 0

Version bump after release 3.0.3.

This commit is contained in:
Patrick Lühne 2016-09-02 15:46:58 +02:00
parent b72a17c190
commit 8361f3767b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Change Log
## (unreleased)
## 3.0.3 (2016-09-02)
Bug Fixes:

View File

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