Compare commits
2 Commits
v3.1.1-rc.
...
master
Author | SHA1 | Date | |
---|---|---|---|
31542c6adc
|
|||
2d0e4b09fa
|
@@ -1,10 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## (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.
|
||||
* 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)
|
||||
|
||||
|
@@ -9,6 +9,6 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
static constexpr const auto Version = "plasp version 3.1.1-rc1";
|
||||
static constexpr const auto Version = "plasp version 3.1.1";
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user