devops 0.13 mit-scheme-pucked-devops-0.13
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:46:06 +0000 (04:46 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:46:06 +0000 (04:46 -0500)
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm

index 4ea46c567e0c756225feb0f808efa26e564cb4a3..55a9e895f4533da6e6f52cff798bad0421786c7f 100644 (file)
@@ -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
 =========================================================
 
index 2d3534080759af51d594edd5367a9dde38de6811..ae5d3031f68b7b0796945d360d1b4873cd5ebdde 100644 (file)
@@ -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])
index 5e568e5d37a2f7f1f51dfee598d54b525e31aba8..8138f839cb2e4a75043719ca96a0a6cd7a88848d 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-devops (0.13) birchwood; urgency=low
+
+  * Build tweak.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  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.
index aeb2032c14bfd98dba0e75a98bf95136560f028f..e3ff62958e846c8ee058b9c47a3719d5fa4c13f9 100644 (file)
@@ -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