Skip to content

Commit b4ba7bf

Browse files
committed
Bump version to 2.7.0
1 parent 7835bba commit b4ba7bf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
88

99
## [Unreleased]
1010

11+
## [2.7.0] - 2019-10-03
12+
1113
**Updated to Shen Open Source Kernel 22.1**
1214

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

116-
[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...HEAD
118+
[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v2.7.0...HEAD
119+
[2.7.0]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...v2.7.0
117120
[2.6.1]: https://github.com/Shen-Language/shen-cl/compare/v2.6.0...v2.6.1
118121
[2.6.0]: https://github.com/Shen-Language/shen-cl/compare/v2.5.0...v2.6.0
119122
[2.5.0]: https://github.com/Shen-Language/shen-cl/compare/v2.4.0...v2.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Each tagged release on the project downloads page should have a set of pre-built
7171

7272
```shell
7373
make pure
74-
git checkout v2.6.0
74+
git checkout v2.7.0
7575
make fetch
7676
make sbcl
7777
make release

src/primitives.lsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(DEFVAR *stoutput* *STANDARD-OUTPUT*)
3030
(DEFVAR *sterror* *ERROR-OUTPUT*)
3131
(DEFVAR *language* "Common Lisp")
32-
(DEFVAR *port* "2.6.1")
32+
(DEFVAR *port* "2.7.0")
3333
(DEFVAR *porters* "Mark Tarver")
3434

3535
#+CLISP

0 commit comments

Comments
 (0)