Skip to content

Commit 0fa883a

Browse files
committed
typo in release date corrected, Release 2.3.9
1 parent 356e088 commit 0fa883a

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.3.9
2+
3+
- typo in release date corrected
4+
15
Version 2.3.8
26

37
- read away empty lines at the beginning of CARAT input files

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ PackageName := "CaratInterface",
99

1010
Subtitle := "Interface to CARAT, a crystallographic groups package",
1111

12-
Version := "2.3.8",
12+
Version := "2.3.9",
1313

14-
Date := "05/05/2024", # dd/mm/yyyy format
14+
Date := "05/05/2026", # dd/mm/yyyy format
1515
License := "GPL-2.0-or-later",
1616

1717
ArchiveURL := Concatenation(

doc/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\TitlePage{
1111
\centerline{\titlefont Interface to CARAT}\medskip
1212
\vfill
13-
\centerline{\secfont Version 2.3.8}
13+
\centerline{\secfont Version 2.3.9}
1414
\vfill
1515
\centerline{\secfont Franz G\accent127ahler}\medskip
1616
\centerline{Fakult\accent127at f\accent127ur Mathematik,

etc/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$CaratInterface_Version = '2.3.8';
2+
$CaratInterface_Version = '2.3.9';
33
$CARAT_Version = '5 May 2026';
44
$CaratInterface_Date = '5 May 2026';
55
$CaratInterface_Size = '7041 kB';

etc/changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
<h1>Changelog of the Package CaratInterface</h1>
1717

18+
<h3>Version 2.3.9</h3>
19+
20+
<ul>
21+
<li>typo in release date corrected</li>
22+
</ul>
23+
1824
<h3>Version 2.3.8</h3>
1925

2026
<ul>

etc/make_tar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
DIR=CaratInterface
4-
PKGTAR=$DIR-2.3.8.tar
4+
PKGTAR=$DIR-2.3.9.tar
55

66
# remove old archive
77
rm -f $PKGTAR*

0 commit comments

Comments
 (0)