2 Commits

Author SHA1 Message Date
250942643c Version bump for release 0.1.8 2018-04-20 16:35:35 +02:00
815bcda367 Update cxxopts to 2.1.0+1+gcc4914f
cxxopts 2.1.0 has a bug preventing it from being used with standard main
signatures. This updates cxxopts to the commit after release 2.1.0,
where this issue was addressed.
2018-04-13 14:03:30 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Change Log
## 0.1.8 RC 3 (2018-04-12)
## 0.1.8 (2018-04-20)
### Features

View File

@@ -70,7 +70,7 @@ int main(int argc, char **argv)
if (version)
{
std::cout << "anthem version 0.1.8-rc.3" << std::endl;
std::cout << "anthem version 0.1.8" << std::endl;
return EXIT_SUCCESS;
}