From: Matt Birkholz Date: Thu, 4 Jul 2019 03:24:20 +0000 (-0700) Subject: planetarium 0.9 X-Git-Tag: mit-scheme-pucked-planetarium-0.9^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4a768d28b96cc8410559ec83b01ce3001b104516;p=mit-scheme.git planetarium 0.9 --- 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 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