Skip to content

Commit

Permalink
bump to ver 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodonoghue committed Nov 30, 2017
1 parent b253907 commit 2262586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.2

[bumpversion:file:README.md]

Expand Down
6 changes: 3 additions & 3 deletions README.md
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.0.0`. If you wish to cite SCS, please use the
The current version is `2.0.2`. If you wish to cite SCS, please use the
following:
```
@article{ocpb:16,
Expand All @@ -35,9 +35,9 @@ following:
}
@misc{scs,
author = {B. O'Donoghue and E. Chu and N. Parikh and S. Boyd},
title = {{SCS}: Splitting Conic Solver, version 2.0.0},
title = {{SCS}: Splitting Conic Solver, version 2.0.2},
howpublished = {\url{https://github.com/cvxgrp/scs}},
month = oct,
month = nov,
year = 2017
}
```
Expand Down
2 changes: 1 addition & 1 deletion include/glbopts.h
Expand Up @@ -13,7 +13,7 @@ extern "C" {

/* SCS VERSION NUMBER ---------------------------------------------- */
#define SCS_VERSION \
("2.0.0") /* string literals automatically null-terminated */
("2.0.2") /* string literals automatically null-terminated */

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

0 comments on commit 2262586

Please sign in to comment.