Skip to content

Commit

Permalink
Bugfix in makedoc.g AutoDocTestPackage -> D-Modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts committed Jan 7, 2014
1 parent 0c46c46 commit cc96733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Subtitle := "A homalg based package for D-modules",
## See '?Extending: Version Numbers' in GAP help for an explanation
## of valid version numbers. For an automatic package distribution update
## you must provide a new version number even after small changes.
Version := "2013.09.16",
Version := "2014.01.07",
## Please adjust also the VERSION file in the package directory when
## changing this.

Expand Down
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ AutoDoc(
);

# Create VERSION file for "make towww"
PrintTo( "VERSION", PackageInfo( "AutoDocTestPackage" )[1].Version );
PrintTo( "VERSION", PackageInfo( "D-Modules" )[1].Version );

QUIT;

0 comments on commit cc96733

Please sign in to comment.