Version bump to 0.19

This commit is contained in:
Justin Ethier 2020-06-12 11:57:59 -04:00
parent a78d1d385d
commit 0ce773266d
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## 0.19 - TBD
## 0.18 - June 8, 2020
With this release we proudly present Cyclone-Winds, the official package manager for Cyclone Scheme. Cyclone-Winds contains a growing list of packages and is an easy way to distribute programs and libraries built using Cyclone. Please join me in thanking Arthur Maciel for writing Cyclone-Winds and making this release possible!

View file

@ -15,7 +15,7 @@
*version-banner*
*c-file-header-comment*)
(begin
(define *version-number* "0.18")
(define *version-number* "0.19")
(define *version-name* "")
(define *version* (string-append *version-number* " " *version-name* ""))