File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ package BBS.lisp.info is
13
13
name : constant String := "Tiny Lisp";
14
14
timestamp : constant String := "` date` ";
15
15
build_date : constant String := "` date +" %Y-%b-%d" ` (` git rev-parse --abbrev-ref HEAD` )";
16
- version_string : constant String := "V00.03+ ";
16
+ version_string : constant String := "V00.04 ";
17
17
version_date : constant Integer := ` date +" %Y%m%d" ` ; -- yyyymmdd
18
18
version_number : constant Integer := 2;
19
19
end;
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ package BBS.lisp.info is
4
4
-- the test coverage script. It should not be edited by hand.
5
5
--
6
6
name : constant String := " Tiny Lisp" ;
7
- timestamp : constant String := " Sun Aug 8 11:50:18 MST 2021" ;
7
+ timestamp : constant String := " Sun Aug 8 11:54:15 MST 2021" ;
8
8
build_date : constant String := " 2021-Aug-08 (master)" ;
9
- version_string : constant String := " V00.03+ " ;
9
+ version_string : constant String := " V00.04 " ;
10
10
version_date : constant Integer := 20210808 ; -- yyyymmdd
11
11
version_number : constant Integer := 2 ;
12
12
end ;
You can’t perform that action at this time.
0 commit comments