File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 2.7.0] - 2019-10-03
12
+
11
13
** Updated to Shen Open Source Kernel 22.1**
12
14
13
15
### Changed
@@ -113,7 +115,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
113
115
- Cleaned up ` backend.lsp ` , as ` backend.shen ` was removed.
114
116
- Expanded README.
115
117
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
117
120
[ 2.6.1 ] : https://github.com/Shen-Language/shen-cl/compare/v2.6.0...v2.6.1
118
121
[ 2.6.0 ] : https://github.com/Shen-Language/shen-cl/compare/v2.5.0...v2.6.0
119
122
[ 2.5.0 ] : https://github.com/Shen-Language/shen-cl/compare/v2.4.0...v2.5.0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Each tagged release on the project downloads page should have a set of pre-built
71
71
72
72
``` shell
73
73
make pure
74
- git checkout v2.6 .0
74
+ git checkout v2.7 .0
75
75
make fetch
76
76
make sbcl
77
77
make release
Original file line number Diff line number Diff line change 29
29
(DEFVAR *stoutput* *STANDARD-OUTPUT* )
30
30
(DEFVAR *sterror* *ERROR-OUTPUT* )
31
31
(DEFVAR *language* " Common Lisp" )
32
- (DEFVAR *port* " 2.6.1 " )
32
+ (DEFVAR *port* " 2.7.0 " )
33
33
(DEFVAR *porters* " Mark Tarver" )
34
34
35
35
#+ CLISP
You can’t perform that action at this time.
0 commit comments