Skip to content

Commit f37aab1

Browse files
committed
Bump version to 2019.08.29 and include the version in README.md
1 parent 1cbb154 commit f37aab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "CddInterface",
1212
Subtitle := "Gap interface to Cdd package",
13-
Version := "2019.08.27",
13+
Version := "2019.08.29",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The GAP 4 package `CddInterface'
33

44
# Version
55

6-
Current version: 2019.08.27
6+
Current version: 2019.08.29
77

88
# Why CddInterface
99

0 commit comments

Comments
 (0)