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.5 - Matt Birkholz, 2018-06-07
+====================================================
+
+Scale viewports for HiDPI displays, for real.
+
mit-scheme-pucked-gl 0.4 - Matt Birkholz, 2018-06-07
====================================================
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme Pucked gl plugin],
- [0.4],
+ [0.5],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gl])
AC_CONFIG_SRCDIR([gl.pkg])
+mit-scheme-pucked-gl (0.5) birchwood; urgency=low
+
+ * Scale viewports for HiDPI displays, for real.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Thu, 7 Jun 2018 10:00:00 -0000
+
mit-scheme-pucked-gl (0.4) birchwood; urgency=low
* Scale viewports for HiDPI displays.
(with-loader-base-uri (system-library-uri "gl/")
(lambda ()
(load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 4))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 5))
\ No newline at end of file