patrick
/
plasp
Archived
1
0
Fork 0

Compare commits

...

3 Commits

2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
## (unreleased)
## 3.1.1 (2017-11-25)
### Bug Fixes
* fixes ASP syntax issues caused by hyphens in variable names by replacing all user-defined variables with `X1`, `X2`, etc.
## 3.1.0 (2017-11-17)
### Changes

View File

@ -9,6 +9,6 @@
//
////////////////////////////////////////////////////////////////////////////////////////////////////
static constexpr const auto Version = "plasp version 3.1.0-git";
static constexpr const auto Version = "plasp version 3.1.1-git";
#endif