From 2f2eddf531930c0e51989017d4a35fa20f38e267 Mon Sep 17 00:00:00 2001 From: vobencha Date: Mon, 30 Apr 2018 10:35:39 -0400 Subject: [PATCH] bump x.y.z versions to even y prior to creation of RELEASE_3_7 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index cf37f2a..b54f760 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.7.0 +Version: 1.8.0 Description: This package was derived from Rsymphony_0.1-17 from CRAN. These packages provide an R interface to SYMPHONY, an open-source linear programming solver written in C++. The main difference between this package and Rsymphony is that it includes the solver source code (SYMPHONY version 5.6), while Rsymphony expects to find header and library files on the users' system. Thus the intention of lpsymphony is to provide an easy to install interface to SYMPHONY. For Windows, precompiled DLLs are included in this package. Maintainer: Vladislav Kim Authors@R: c(person("Vladislav", "Kim", role = c("aut", "cre"), email = "Vladislav.Kim@embl.de"),