From 9a3e3e7a3e45c3d3d7b90cbda14c2e5befa2299a Mon Sep 17 00:00:00 2001 From: aodabas Date: Tue, 9 Jan 2018 23:48:47 +0300 Subject: [PATCH] correction the release archive --- CHANGES.md | 3 +++ PackageInfo.g | 20 ++++++++++---------- init.g | 4 ++-- lib/alg2map.gd | 2 +- lib/alg2map.gi | 2 +- lib/alg2obj.gd | 4 ++-- lib/alg2obj.gi | 2 +- lib/cat1algdata.g | 4 ++-- lib/util.gd | 4 ++-- lib/util.gi | 4 ++-- read.g | 4 ++-- 11 files changed, 28 insertions(+), 25 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5644492..455e398 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # CHANGES to the 'XModAlg' package +## 1.14 -> 1.15 + * (09/01/18) correction the release archive + ## 1.13 -> 1.14 * (02/12/17) adjust test files to work correctly after LoadAllPackages(); * (30/11/17) now requires XMod 2.64 diff --git a/PackageInfo.g b/PackageInfo.g index bd94fb8..7366f65 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -8,24 +8,24 @@ SetPackageInfo( rec( PackageName := "XModAlg", Subtitle := "Crossed Modules and Cat1-Algebras", -Version := "1.14", -Date := "02/12/2017", +Version := "1.15", +Date := "09/01/2018", ## duplicate these values for inclusion in the manual: ## <#GAPDoc Label="PKGVERSIONDATA"> -## -## -## -## -## -## +## +## +## +## +## +## ## <#/GAPDoc> PackageWWWHome := "http://fef.ogu.edu.tr/matbil/aodabas/xmodalg/", -ArchiveURL := "http://fef.ogu.edu.tr/matbil/aodabas/xmodalg/xmodalg-1.14", -ArchiveFormats := "-win.zip", +ArchiveURL := "http://fef.ogu.edu.tr/matbil/aodabas/xmodalg/xmodalg-1.15", +ArchiveFormats := ".zip", Persons := [ rec( diff --git a/init.g b/init.g index 8a7475f..f0ee7e4 100644 --- a/init.g +++ b/init.g @@ -2,9 +2,9 @@ ## #W init.g The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## ## read the function declarations diff --git a/lib/alg2map.gd b/lib/alg2map.gd index e6f76a0..33fcacf 100644 --- a/lib/alg2map.gd +++ b/lib/alg2map.gd @@ -2,7 +2,7 @@ ## #W alg2map.gd The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## #Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, ## diff --git a/lib/alg2map.gi b/lib/alg2map.gi index 86f7dc9..fda8247 100644 --- a/lib/alg2map.gi +++ b/lib/alg2map.gi @@ -2,7 +2,7 @@ ## #W alg2map.gi The XMODALG package Zekeriya Arvasi #W & Alper Odabas -#Y Copyright (C) 2014-2017, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## ############################################################################## diff --git a/lib/alg2obj.gd b/lib/alg2obj.gd index f0dab25..01da0da 100644 --- a/lib/alg2obj.gd +++ b/lib/alg2obj.gd @@ -2,9 +2,9 @@ ## #W alg2obj.gd The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## DeclareGlobalFunction( "ElementsLeftActing" ); diff --git a/lib/alg2obj.gi b/lib/alg2obj.gi index 790440f..2bf375f 100644 --- a/lib/alg2obj.gi +++ b/lib/alg2obj.gi @@ -2,7 +2,7 @@ ## #W alg2obj.gi The XMODALG package Zekeriya Arvasi #W & Alper Odabas -#Y Copyright (C) 2014-2017, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## CAT1ALG_LIST_MAX_SIZE := 7; diff --git a/lib/cat1algdata.g b/lib/cat1algdata.g index 469a291..2bd9524 100644 --- a/lib/cat1algdata.g +++ b/lib/cat1algdata.g @@ -2,9 +2,9 @@ ## #W cat1algdata.g The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## CAT1ALG_LIST:= [ diff --git a/lib/util.gd b/lib/util.gd index 759c2d9..056aad5 100644 --- a/lib/util.gd +++ b/lib/util.gd @@ -2,9 +2,9 @@ ## #W util.gd The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## DeclareOperation( "InclusionMappingAlgebra", [ IsAlgebra, IsAlgebra ] ); diff --git a/lib/util.gi b/lib/util.gi index 39d76c1..3accca7 100644 --- a/lib/util.gi +++ b/lib/util.gi @@ -2,9 +2,9 @@ ## #W util.gi The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## ############################################################################# diff --git a/read.g b/read.g index f63160d..060bd32 100644 --- a/read.g +++ b/read.g @@ -2,9 +2,9 @@ ## #W read.g The XMODALG package Zekeriya Arvasi #W & Alper Odabas -## version 1.12, 14/11/2015 +## version 1.15, 09/01/2018 ## -#Y Copyright (C) 2014-2015, Zekeriya Arvasi & Alper Odabas, +#Y Copyright (C) 2014-2018, Zekeriya Arvasi & Alper Odabas, ## ## read the actual code