Skip to content

Commit 6d51782

Browse files
committed
Status: dev -> deposited and bump version to 2019.12.09
1 parent fd668f3 commit 6d51782

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
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.12.08",
13+
Version := "2019.12.09",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",
@@ -56,7 +56,7 @@ ArchiveFormats := ".tar.gz",
5656
## "dev" for development versions of packages
5757
## "other" for all other packages
5858
##
59-
Status := "dev",
59+
Status := "deposited",
6060

6161
AbstractHTML :=
6262
"The <span class='pkgname'>CddInterface</span> package provides\

README.md

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

77
# Version
88

9-
Current version: 2019.12.08
9+
Current version: 2019.12.09
1010

1111
# Why CddInterface
1212

0 commit comments

Comments
 (0)