Skip to content

Commit

Permalink
update package number
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-allen committed Feb 24, 2021
1 parent d42b063 commit bea8815
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SetPackageInfo( rec(

Subtitle := "for syzygies of string modules over special biserial algebras",

Version := "v0.6.4",
Version := "v0.6.5",

Date := "24/02/2021",

Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+--------------------------------------------------------+--------------------+
| | Copyright (C) 2021 |
| SBStrips (v0.6.4) | Joe Allen |
| SBStrips (v0.6.5) | Joe Allen |
| | [he/him/his] |
+--------------------------------------------------------+--------------------+

Expand Down Expand Up @@ -28,9 +28,9 @@ The SBStrips can be installed by following these steps (assuming you already
have GAP installed.)

1. Download the archive file
sbstrips/archive/v0.6.4.tar.gz
sbstrips/archive/v0.6.5.tar.gz
from
https://github.com/jw-allen/sbstrips/archive/v0.6.4.tar.gz
https://github.com/jw-allen/sbstrips/archive/v0.6.5.tar.gz

2. Unpack it into your pkg directory. It should create a subdirectory
called sbstrips.
Expand Down
2 changes: 1 addition & 1 deletion doc/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!ENTITY QPA "<Package>QPA</Package>">
<!ENTITY SBStrips "<Package>SBStrips</Package>">
<!ENTITY true "<K>true</K>">
<!ENTITY VERSION "0.6.4">
<!ENTITY VERSION "0.6.5">
]
>

Expand Down
4 changes: 2 additions & 2 deletions makedocrel.g
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LoadPackage("GAPDoc");
# source code in (the pkg/ subdirectory of) the root GAP directory, I must
# update <path>.

path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.4/doc";
path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.5/doc";
main := "main.xml";
files := [ "../lib/1reg.gd",
"../lib/info.gd",
Expand All @@ -53,7 +53,7 @@ bookname := "SBStrips";
MakeGAPDocDoc( path, main, files, bookname, relpath, "MathJax" );

# This makes HTML versions look nicer
CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.4/doc/" );
CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.5/doc/" );

# This affords compatibility with old style package manuals
GAPDocManualLab( "SBStrips" );
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.4
0.6.5

0 comments on commit bea8815

Please sign in to comment.