From d2c1ae92b8c5c6d45406afd007d1ddad74635cfd Mon Sep 17 00:00:00 2001 From: bodonoghue Date: Mon, 8 Jul 2019 20:10:47 +0100 Subject: [PATCH] bump to 2.1.1 --- .bumpversion.cfg | 2 +- README.md | 4 ++-- include/glbopts.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e394adc88..ef86673fe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 [bumpversion:file:README.md] diff --git a/README.md b/README.md index 9a8fcd1e8..1a5a9c730 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ toolboxes [CVX](http://cvxr.com/cvx/) (3.0 or later), [Convex.jl](https://github.com/JuliaOpt/Convex.jl), and [Yalmip](https://github.com/johanlofberg/YALMIP). -The current version is `2.1.0`. If you wish to cite SCS, please use the +The current version is `2.1.1`. If you wish to cite SCS, please use the following: ``` @article{ocpb:16, @@ -35,7 +35,7 @@ following: } @misc{scs, author = {B. O'Donoghue and E. Chu and N. Parikh and S. Boyd}, - title = {{SCS}: Splitting Conic Solver, version 2.1.0}, + title = {{SCS}: Splitting Conic Solver, version 2.1.1}, howpublished = {\url{https://github.com/cvxgrp/scs}}, month = nov, year = 2017 diff --git a/include/glbopts.h b/include/glbopts.h index 510bfb8d4..dbd8eaed7 100644 --- a/include/glbopts.h +++ b/include/glbopts.h @@ -13,7 +13,7 @@ extern "C" { /* SCS VERSION NUMBER ---------------------------------------------- */ #define SCS_VERSION \ - ("2.1.0") /* string literals automatically null-terminated */ + ("2.1.1") /* string literals automatically null-terminated */ /* SCS returns one of the following integers: */ #define SCS_INFEASIBLE_INACCURATE (-7)