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

index d879ea3bf6598151f87102ba27290895787794b2..e15f343923f0446573941ae9697db67a62bc6f4e 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.10 - Matt Birkholz, 2019-07-27
+=====================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-gl 0.9 - Matt Birkholz, 2019-07-03
 ====================================================
 
index 571c4bb9b6bc010b839c6d5f8018e526100cb5c3..9080de1360ca5c67534200f074d367a392892fb0 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.9],
+        [0.10],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index 0edea90569c11ef832145f53b71a4b8c6a75600b..089bcdcadc19a03a6a2beab6705bcb2f3588fcfd 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.10) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-gl (0.9) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.
index 509fd477fb5929e1882e358e8c55eecc3d119798..3f1845938be4b6afa0a76a321da595c5936989cd 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 9))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 10))
\ No newline at end of file