Skip to content

Commit 2f99f27

Browse files
committed
Bump version to 2019.08.27 and include the version in README.md file
1 parent a5b00a5 commit 2f99f27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.20",
13+
Version := "2019.08.27",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
The GAP 4 package `CddInterface'
22
==============================
33

4+
# Version
5+
6+
Current version: 2019.08.27
7+
48
# Why CddInterface
59

610
Every convex polyhedron P has two representations, one as the intersection of finite halfspaces and the other as Minkowski sum of the convex hull of

0 commit comments

Comments
 (0)