Skip to content

Commit

Permalink
Version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 7, 2016
1 parent 6ac5b12 commit d8c83b8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
This file describes changes in the GAP package 'nq'.
===========================================================================

2.5.2 (2016-01-07)
- Move website to http://gap-packages.github.io/nq/

2.5.1 (2014-04-02)
* Fix linker error on Unix systems other than Mac OS X
* Remove GAP function NqBuildManual (use the makedoc.g
Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SetPackageInfo( rec(

PackageName := "nq",
Subtitle := "Nilpotent Quotients of Finitely Presented Groups",
Version := "2.5.1",
Date := "02/04/2014", # dd/mm/yyyy format
Version := "2.5.2",
Date := "07/01/2016", # dd/mm/yyyy format

Persons := [
rec( LastName := "Horn",
Expand Down Expand Up @@ -46,10 +46,10 @@ Status := "accepted",
CommunicatedBy := "Joachim Neubüser (RWTH Aachen)",
AcceptDate := "01/2003",

PackageWWWHome := "http://gap-system.github.io/nq/",
PackageWWWHome := "http://gap-packages.github.io/nq/",
README_URL := Concatenation(~.PackageWWWHome, "README"),
PackageInfoURL := Concatenation(~.PackageWWWHome, "PackageInfo.g"),
ArchiveURL := Concatenation("https://github.com/gap-system/nq/",
ArchiveURL := Concatenation("https://github.com/gap-packages/nq/",
"releases/download/v", ~.Version,
"/nq-", ~.Version),
ArchiveFormats := ".tar.gz .tar.bz2",
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Contact addresses
-----------------
Bug reports and other requests should be sent to the issue tracker

https://github.com/gap-system/nq/issues
https://github.com/gap-packages/nq/issues
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.5.2
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl ##
dnl ## Process this file with autoconf to produce a configure script.
dnl ##
AC_PREREQ([2.68])
AC_INIT([ANU Nilpotent Quotient Program], m4_esyscmd([tr -d '\n' < VERSION]), [https://github.com/gap-system/nq/issues], [nq])
AC_INIT([ANU Nilpotent Quotient Program], m4_esyscmd([tr -d '\n' < VERSION]), [https://github.com/gap-packages/nq/issues], [nq], [http://gap-packages.github.io/nq/])
AC_CONFIG_SRCDIR([src/nq.c])
AC_CONFIG_HEADER(src/config.h:src/config.hin)
AC_CONFIG_AUX_DIR([cnf])
Expand Down
4 changes: 2 additions & 2 deletions doc/title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
A &GAP; 4 Package<Br/> computing nilpotent factor groups of finitely presented groups<Br/> <Br/> Based on the ANU Nilpotent Quotient Program
</Subtitle>
<Version>
2.5.1
2.5.2
</Version>
<TitleComment>

Expand All @@ -34,7 +34,7 @@ Germany<Br/>

</Author>
<Date>
02/04/2014
07/01/2016
</Date>
<Copyright>
<Index>License</Index> &copyright; 1992-2007 Werner Nickel<P/> The &nq; package is free software; you can redistribute it and/or modify it under the terms of the <URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Expand Down

0 comments on commit d8c83b8

Please sign in to comment.