Skip to content

Commit

Permalink
bump to v 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Apr 12, 2021
1 parent db1ddb5 commit 07ca69c
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.2
current_version = 2.1.3

[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 @@ -21,7 +21,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.2`. If you wish to cite SCS, please use the
The current version is `2.1.3`. If you wish to cite SCS, please use the
following:
```
@article{ocpb:16,
Expand All @@ -37,7 +37,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.2},
title = {{SCS}: Splitting Conic Solver, version 2.1.3},
howpublished = {\url{https://github.com/cvxgrp/scs}},
month = nov,
year = 2019
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.2") /* string literals automatically null-terminated */
("2.1.3") /* string literals automatically null-terminated */

/* SCS returns one of the following integers: */
#define SCS_INFEASIBLE_INACCURATE (-7)
Expand Down

0 comments on commit 07ca69c

Please # to comment.