From: Matt Birkholz Date: Sun, 5 Nov 2017 23:35:01 +0000 (-0700) Subject: Increment version. X-Git-Tag: mit-scheme-pucked-9.2.12~30 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3fea8ecdbd2ed19dad1fcb84756890a769319207;p=mit-scheme.git Increment version. --- diff --git a/debian/changelog b/debian/changelog index 8a09be2da..7afa0d96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mit-scheme-pucked (9.2.9) birchwood; urgency=low + + * Do not install an empty plugins.scm during an upgrade. Create it + when the first plugin is installed. Remove it only when removing + (not upgrading!) the core package. + + -- Matt Birkholz Sun, 5 May 2016 15:00:00 -0700 + mit-scheme-pucked (9.2.8) birchwood; urgency=low * Lose icon and .desktop file to the x11-screen plugin. diff --git a/src/runtime/version.scm b/src/runtime/version.scm index e6ef41c1c..37a670b04 100644 --- a/src/runtime/version.scm +++ b/src/runtime/version.scm @@ -39,7 +39,7 @@ USA. (let ((now last-copyright-year) (then 1986)) (iota (+ (- now then) 1) then))) - (add-subsystem-identification! "Release" '(9 2 8)) + (add-subsystem-identification! "Release" '(9 2 9)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 8))))