From 4a768d28b96cc8410559ec83b01ce3001b104516 Mon Sep 17 00:00:00 2001
From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Wed, 3 Jul 2019 20:24:20 -0700
Subject: [PATCH] planetarium 0.9

---
 src/planetarium/NEWS             | 5 +++++
 src/planetarium/configure.ac     | 2 +-
 src/planetarium/debian/changelog | 6 ++++++
 src/planetarium/mit-make.scm     | 2 +-
 src/planetarium/planetarium.texi | 2 +-
 5 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/planetarium/NEWS b/src/planetarium/NEWS
index 6dde52be0..ec9688917 100644
--- a/src/planetarium/NEWS
+++ b/src/planetarium/NEWS
@@ -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-planetarium 0.9 - Matt Birkholz, 2019-07-03
+=============================================================
+
+Downcased many symbols.  Build tweak.
+
 mit-scheme-pucked-planetarium 0.8 - Matt Birkholz, 2018-11-27
 =============================================================
 
diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac
index d599edee2..0cb845935 100644
--- a/src/planetarium/configure.ac
+++ b/src/planetarium/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked planetarium plugin],
-        [0.8],
+        [0.9],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-planetarium])
 AC_CONFIG_SRCDIR([mit.pkg])
diff --git a/src/planetarium/debian/changelog b/src/planetarium/debian/changelog
index a88b74381..65b57ea9b 100644
--- a/src/planetarium/debian/changelog
+++ b/src/planetarium/debian/changelog
@@ -1,3 +1,9 @@
+mit-scheme-pucked-planetarium (0.9) birchwood; urgency=low
+
+  * Downcased many symbols.  Build tweak.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-planetarium (0.8) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
diff --git a/src/planetarium/mit-make.scm b/src/planetarium/mit-make.scm
index 3d7dd6f05..1ab048103 100644
--- a/src/planetarium/mit-make.scm
+++ b/src/planetarium/mit-make.scm
@@ -35,4 +35,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
       (if (not (warn-errors? (lambda () (load-option 'gl))))
 	  (load-package-set "mit-3d")))))
 
-(add-subsystem-identification! "Planetarium" '(0 8))
\ No newline at end of file
+(add-subsystem-identification! "Planetarium" '(0 9))
\ No newline at end of file
diff --git a/src/planetarium/planetarium.texi b/src/planetarium/planetarium.texi
index 9a586a57a..5c1dac97d 100644
--- a/src/planetarium/planetarium.texi
+++ b/src/planetarium/planetarium.texi
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename planetarium.info
 @include version.texi
-@set SCMVERS 9.2.15
+@set SCMVERS 10.1.11
 @settitle Planetarium Plugin Manual
 @comment %**end of header
 
-- 
2.25.1