Skip to content

Commit

Permalink
Bump version to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Oct 3, 2019
1 parent 7835bba commit b4ba7bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [2.7.0] - 2019-10-03

**Updated to Shen Open Source Kernel 22.1**

### Changed
Expand Down Expand Up @@ -113,7 +115,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Cleaned up `backend.lsp`, as `backend.shen` was removed.
- Expanded README.

[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...HEAD
[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v2.7.0...HEAD
[2.7.0]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/Shen-Language/shen-cl/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/Shen-Language/shen-cl/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/Shen-Language/shen-cl/compare/v2.4.0...v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Each tagged release on the project downloads page should have a set of pre-built

```shell
make pure
git checkout v2.6.0
git checkout v2.7.0
make fetch
make sbcl
make release
Expand Down
2 changes: 1 addition & 1 deletion src/primitives.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(DEFVAR *stoutput* *STANDARD-OUTPUT*)
(DEFVAR *sterror* *ERROR-OUTPUT*)
(DEFVAR *language* "Common Lisp")
(DEFVAR *port* "2.6.1")
(DEFVAR *port* "2.7.0")
(DEFVAR *porters* "Mark Tarver")

#+CLISP
Expand Down

0 comments on commit b4ba7bf

Please sign in to comment.