From 2f2eddf531930c0e51989017d4a35fa20f38e267 Mon Sep 17 00:00:00 2001 From: vobencha Date: Mon, 30 Apr 2018 10:35:39 -0400 Subject: [PATCH 1/8] 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"), From 7fddfc72a2790b62c332a1e9ac33fd81af1090e3 Mon Sep 17 00:00:00 2001 From: vobencha Date: Mon, 30 Apr 2018 10:41:41 -0400 Subject: [PATCH 2/8] bump x.y.z versions to odd y after creation of RELEASE_3_7 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b54f760..c62b49b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.8.0 +Version: 1.9.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"), From eb749551c34682346cefc63feeaf3c2e93cd56a2 Mon Sep 17 00:00:00 2001 From: vobencha Date: Tue, 30 Oct 2018 11:41:59 -0400 Subject: [PATCH 3/8] bump x.y.z versions to even y prior to creation of RELEASE_3_8 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c62b49b..9fd1428 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.9.0 +Version: 1.10.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"), From 0cd4ec9cb11c63564f38d3c2e627585297e4a049 Mon Sep 17 00:00:00 2001 From: vobencha Date: Tue, 30 Oct 2018 11:54:35 -0400 Subject: [PATCH 4/8] bump x.y.z versions to odd y after creation of RELEASE_3_8 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9fd1428..7b8a926 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.10.0 +Version: 1.11.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"), From 9a95365d8bd778f22d0a26a076fabb31ab78922e Mon Sep 17 00:00:00 2001 From: Nitesh Turaga Date: Thu, 2 May 2019 11:53:59 -0400 Subject: [PATCH 5/8] bump x.y.z versions to even y prior to creation of RELEASE_3_9 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7b8a926..69e1c2a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.11.0 +Version: 1.12.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"), From 306fb48f26458c5ce23e1d73b695ee8716901275 Mon Sep 17 00:00:00 2001 From: Nitesh Turaga Date: Thu, 2 May 2019 12:13:11 -0400 Subject: [PATCH 6/8] bump x.y.z versions to odd y after creation of RELEASE_3_9 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 69e1c2a..2e751da 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.12.0 +Version: 1.13.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"), From f4fe27072364d4a68c9244c54e9179e1149e4fcb Mon Sep 17 00:00:00 2001 From: Nitesh Turaga Date: Tue, 29 Oct 2019 13:09:31 -0400 Subject: [PATCH 7/8] bump x.y.z version to even y prior to creation of RELEASE_3_10 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2e751da..a23d5c3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.13.0 +Version: 1.14.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"), From a9f513a7ad952749802d1f3d1a98fea6d84a8976 Mon Sep 17 00:00:00 2001 From: Nitesh Turaga Date: Tue, 29 Oct 2019 13:40:15 -0400 Subject: [PATCH 8/8] bump x.y.z version to odd y after creation of RELEASE_3_10 branch --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a23d5c3..c42057e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: lpsymphony Title: Symphony integer linear programming solver in R -Version: 1.14.0 +Version: 1.15.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"),