3 Commits
Author SHA1 Message Date
patrick af325e3991 Version bump after release 3.1.1. 2017-11-25 17:52:52 +01:00
patrick 31542c6adc Version bump for release 3.1.1. 2017-11-25 17:21:45 +01:00
patrick 2d0e4b09fa Updated changelog with variable name replacement. 2017-11-25 17:18:50 +01:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -2,9 +2,11 @@
## (unreleased) ## (unreleased)
## 3.1.1 (2017-11-25)
### Bug Fixes ### 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) ## 3.1.0 (2017-11-17)
+1 -1
View File
@@ -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-git";
#endif #endif