Skip to content

Commit

Permalink
bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bodonoghue committed Jul 8, 2019
1 parent d3d1d4c commit d2c1ae9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.1.1

[bumpversion:file:README.md]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/glbopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2c1ae9

Please sign in to comment.