Skip to content

Commit e8b0540

Browse files
committed
Update version number in preparation for V0.04 release.
1 parent 77574b2 commit e8b0540

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/make_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package BBS.lisp.info is
1313
name : constant String := "Tiny Lisp";
1414
timestamp : constant String := "`date`";
1515
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";
1717
version_date : constant Integer := `date +"%Y%m%d"`; -- yyyymmdd
1818
version_number : constant Integer := 2;
1919
end;

src/bbs-lisp-info.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ package BBS.lisp.info is
44
-- the test coverage script. It should not be edited by hand.
55
--
66
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";
88
build_date : constant String := "2021-Aug-08 (master)";
9-
version_string : constant String := "V00.03+";
9+
version_string : constant String := "V00.04";
1010
version_date : constant Integer := 20210808; -- yyyymmdd
1111
version_number : constant Integer := 2;
1212
end;

0 commit comments

Comments
 (0)