imail/configure.ac, imail/load.scm: Add minor version: 1.21.1.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 12 Jun 2016 07:08:31 +0000 (00:08 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 12 Jun 2016 07:08:31 +0000 (00:08 -0700)
src/imail/configure.ac
src/imail/load.scm

index 0bfc2737f6b26a5bc96b3edf1f5856ce0ca5479b..aec92979cdbdbd0b2d0ecdbb60faf532e1628840 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme pucked Edwin IMail],
-        [1.21],
+        [1.21.1],
         [puck@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 3af8dbfeb30a4e73374d9bede1fb37ea40257c08..be9dd4d4a6c4224ac99b263c755f29091fd3aca5 100644 (file)
@@ -32,4 +32,4 @@ along with IMail; if not, write to the Free Software Foundation, Inc.,
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 21))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 21 1))
\ No newline at end of file