Version bump for release 3.0.1.
This commit is contained in:
parent
d3039d55e5
commit
9af383d2f6
@ -1,6 +1,6 @@
|
||||
# Change Log
|
||||
|
||||
## (unreleased)
|
||||
## 3.0.1 (2016-06-14)
|
||||
|
||||
Features:
|
||||
|
||||
|
@ -66,7 +66,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (variablesMap.count("version"))
|
||||
{
|
||||
std::cout << "plasp version 3.0.0" << std::endl;
|
||||
std::cout << "plasp version 3.0.1" << std::endl;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user