planetarium: version 0.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 21:54:20 +0000 (14:54 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 7 Jun 2018 21:54:20 +0000 (14:54 -0700)
src/planetarium/NEWS
src/planetarium/configure.ac
src/planetarium/debian/changelog
src/planetarium/mit-make.scm

index 67f7330d03fccddb9a089d0c83d12686d2a33e75..d705dabedf43c0058bb5c003e061e71f22b62254 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-planetarium 0.4 - Matt Birkholz, 2018-06-07
+=============================================================
+
+Fix the terrain viewer's caption.
+
 mit-scheme-pucked-planetarium 0.3 - Matt Birkholz, 2018-06-05
 =============================================================
 
index a26514b7c6fafd87d233944cebfb04e82047f3cf..ff7a9ac14531520ac38ebac08e86995671d90f1f 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked planetarium plugin],
-        [0.3],
+        [0.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-planetarium])
 AC_CONFIG_SRCDIR([mit.pkg])
index 1228c5f78c9ca8089071fe26649b202029d7ed91..6456d7f65a571a621b7633dbe4419e26b402eed6 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-planetarium (0.4) birchwood; urgency=low
+
+  * Fix the terrain viewer's caption.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 7 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-planetarium (0.3) birchwood; urgency=low
 
   * New upstream.
index 188e32b149db71da73ab0a97d2a07092dab783c3..d06ee539d2becfe4064df600c1d3513eef03f54f 100644 (file)
@@ -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 3))
\ No newline at end of file
+(add-subsystem-identification! "Planetarium" '(0 4))
\ No newline at end of file