From b00d976b25a0ce183f7324c43f8d7020dc0bd58f Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 27 Jul 2019 04:46:06 -0500 Subject: [PATCH] devops 0.13 --- src/devops/NEWS | 5 +++++ src/devops/configure.ac | 2 +- src/devops/debian/changelog | 6 ++++++ src/devops/make.scm | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/devops/NEWS b/src/devops/NEWS index 4ea46c567..55a9e895f 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -20,6 +20,11 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-devops 0.13 - Matt Birkholz, 2019-07-27 +========================================================= + +Build tweak. + mit-scheme-pucked-devops 0.12 - Matt Birkholz, 2019-07-04 ========================================================= diff --git a/src/devops/configure.ac b/src/devops/configure.ac index 2d3534080..ae5d3031f 100644 --- a/src/devops/configure.ac +++ b/src/devops/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin], - [0.12], + [0.13], [matt@birchwood-abbey.net], [mit-scheme-pucked-devops]) AC_CONFIG_SRCDIR([devops.pkg]) diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog index 5e568e5d3..8138f839c 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.13) birchwood; urgency=low + + * Build tweak. + + -- Matt Birkholz Sat, 27 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-devops (0.12) birchwood; urgency=low * Add support for Ubuntu 19.04 and the new SVM architectures. diff --git a/src/devops/make.scm b/src/devops/make.scm index aeb2032c1..e3ff62958 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -6,4 +6,4 @@ Load the Developer Operations plugin. |# (with-loader-base-uri (system-library-uri "devops/") (lambda () (load-package-set "devops"))) -(add-subsystem-identification! "DevOps" '(0 12)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 13)) \ No newline at end of file -- 2.25.1