From: Matt Birkholz Date: Thu, 28 Dec 2017 19:55:50 +0000 (-0700) Subject: devops plugin: Increment version. X-Git-Tag: mit-scheme-pucked-9.2.12~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=368c5f567329fe61f0bf175ca1e26d8e7201ff60;p=mit-scheme.git devops plugin: Increment version. --- diff --git a/src/devops/NEWS b/src/devops/NEWS index 5ec90389c..1b40c036f 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -20,6 +20,14 @@ 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.3 - Matt Birkholz, 2017-12-28 +======================================================== + + * New upstream. New devops:status parameter (plugin name). Filenames + and "warning:" in lint reports. + + -- Matt Birkholz Thu, 28 Dec 2017 00:00:00 -0000 + mit-scheme-pucked-devops 0.2 - Matt Birkholz, 2017-11-06 ======================================================== diff --git a/src/devops/configure.ac b/src/devops/configure.ac index bd09e89ba..cb238d62b 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.2], + [0.3], [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 6142a05f4..b5d1281cf 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,10 @@ +mit-scheme-pucked-devops (0.3) birchwood; urgency=low + + * New upstream. New devops:status parameter (plugin name). Filenames + and "warning:" in lint reports. + + -- Matt Birkholz Thu, 28 Dec 2017 00:00:00 -0000 + mit-scheme-pucked-devops (0.2) birchwood; urgency=low * Check plugin version numbers in NEWS and make.scm files. diff --git a/src/devops/make.scm b/src/devops/make.scm index 523ebb69a..18e76cc4d 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -5,4 +5,4 @@ Load the Developer Operations plugin. |# (with-loader-base-uri (system-library-uri "devops/") (lambda () (load-package-set "devops"))) -(add-subsystem-identification! "DevOps" '(0 2)) \ No newline at end of file +(add-subsystem-identification! "DevOps" '(0 3)) \ No newline at end of file