Skip to content

Commit

Permalink
bump to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bodonoghue committed Jan 1, 2016
1 parent a527379 commit ca3ea84
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 = 1.1.8
current_version = 1.1.9

[bumpversion:file:python/setup.py]

Expand Down
2 changes: 1 addition & 1 deletion include/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" {
#endif

/* SCS VERSION NUMBER ---------------------------------------------- */
#define SCS_VERSION ("1.1.8") /* string literals automatically null-terminated */
#define SCS_VERSION ("1.1.9") /* string literals automatically null-terminated */

/* SCS returns one of the following integers: */
#define SCS_INFEASIBLE_INACCURATE (-7)
Expand Down
2 changes: 1 addition & 1 deletion matlab/scs.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function [ x, y, s, info ] = scs( varargin )
% scs 1.1.8
% scs 1.1.9
% for version call: scs_version()
data = varargin{1};
K = varargin{2};
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def install_scs(USE_64_BIT_BLAS, blas_info, lapack_info, USE_OPENMP, rootDir):
ext_modules += [_scs_gpu]

setup(name='scs',
version='1.1.8',
version='1.1.9',
author = 'Brendan O\'Donoghue',
author_email = '[email protected]',
url = 'http://github.com/cvxgrp/scs',
Expand Down
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: scs
Version: 1.1.8
Version: 1.1.9
Title: SCS - Splitting Conic Solver
Author: Brendan O'Donoghue
Maintainer: Brendan O'Donoghue <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion r/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl R interface to SCS

AC_INIT([scs], 1.1.8)
AC_INIT([scs], 1.1.9)

SCS_FLAGS="-DLAPACK_LIB_FOUND -DCOPYAMATRIX -DUSING_R"
SCS_LIBS="-lm"
Expand Down

0 comments on commit ca3ea84

Please sign in to comment.