-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Version 2.3.7 | ||
|
||
- use GMP_PREFIX if available | ||
|
||
Version 2.3.6 | ||
|
||
- added missing CloseStream in CaratQClassCatalog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
\TitlePage{ | ||
\centerline{\titlefont Interface to CARAT}\medskip | ||
\vfill | ||
\centerline{\secfont Version 2.3.6} | ||
\centerline{\secfont Version 2.3.7} | ||
\vfill | ||
\centerline{\secfont Franz G\accent127ahler}\medskip | ||
\centerline{Fakult\accent127at f\accent127ur Mathematik, | ||
|
@@ -19,7 +19,7 @@ | |
\centerline{Postfach 10 01 31, D-33501 Bielefeld}\medskip | ||
\centerline{\tt [email protected]} | ||
\vfill | ||
\centerline{\secfont Based on CARAT of 18 December 2023 at}\medskip | ||
\centerline{\secfont Based on CARAT of 16 October 2024 at}\medskip | ||
\centerline{\secfont https://github.com/lbfm-rwth/carat} | ||
\bigskip | ||
\centerline{by} | ||
|
@@ -32,7 +32,7 @@ | |
\centerline{\secfont{\Month} \Year} | ||
|
||
\vfill | ||
\centerline{Copyright {\copyright} 1999--2023 by Franz G\accent127ahler} | ||
\centerline{Copyright {\copyright} 1999--2024 by Franz G\accent127ahler} | ||
\bigskip\smallskip | ||
\centerline{This software is released under the GPL version 2 or later | ||
(at your preference).} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
$CaratInterface_Version = '2.3.6'; | ||
$CARAT_Version = '18 Dec 2023'; | ||
$CaratInterface_Date = '18 Dec 2023'; | ||
$CaratInterface_Version = '2.3.7'; | ||
$CARAT_Version = '16 Oct 2024'; | ||
$CaratInterface_Date = '16 Oct 2024'; | ||
$CaratInterface_Size = '7041 kB'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
DIR=CaratInterface | ||
PKGTAR=$DIR-2.3.6.tar | ||
PKGTAR=$DIR-2.3.7.tar | ||
|
||
# remove old archive | ||
rm -f $PKGTAR* | ||
|