gl 0.11 mit-scheme-pucked-gl-0.11
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 21:30:02 +0000 (14:30 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:32 +0000 (21:50 -0700)
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/make.scm

index e15f343923f0446573941ae9697db67a62bc6f4e..df56025ae4d88d64f27cad727bccfadd7abc1325 100644 (file)
@@ -19,6 +19,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-gl 0.11 - Matt Birkholz, 2019-12-13
+=====================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-gl 0.10 - Matt Birkholz, 2019-07-27
 =====================================================
 
index 3fdfe2e415971ca2f878b4b4e8e6699f176b0570..94cb4a2ff76b25f47b347cb84fc215015f831cba 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked gl plugin],
-        [0.10],
+        [0.11],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index 089bcdcadc19a03a6a2beab6705bcb2f3588fcfd..a46c30f100f93feed704bc06eb15e1128a460c11 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.11) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-gl (0.10) birchwood; urgency=low
 
   * Minor build improvements.
index 3f1845938be4b6afa0a76a321da595c5936989cd..da5b20e93fa55cdee0f1682fec9de1f6b77f95e7 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 10))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 11))
\ No newline at end of file