Compare commits
2 Commits
v3.1.1
...
v3.1.1-rc.
Author | SHA1 | Date | |
---|---|---|---|
4ec8b65eef
|
|||
6801800c82
|
@@ -2,6 +2,10 @@
|
||||
|
||||
## (unreleased)
|
||||
|
||||
### 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
|
||||
|
@@ -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-rc1";
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user