Skip to content

Commit

Permalink
bump to v1.54.003
Browse files Browse the repository at this point in the history
  • Loading branch information
moocow-the-bovine committed Dec 29, 2024
1 parent d661aec commit b1b7c6d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.54.003 2024-12-29 mohawk2
* PR #1 from mohawk2: Pass in right type to kcluster [o] Par $clusterids when testing

v1.54.002 2021-05-29 moocow
* removed PDL::PP-generated files from MANIFEST
* renamed "cluster.[ch]" to "ccluster.*" to avoid filename clashes on case-insensitive filesystems (suggested by Ed J)
Expand Down
2 changes: 1 addition & 1 deletion Cluster.pd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Header Administrivia
##======================================================================

our $VERSION = '1.54.002';
our $VERSION = '1.54.003';
pp_setversion("'$VERSION'");

use PDL::Bad; ##-- for $PDL::Bad::Status
Expand Down
11 changes: 11 additions & 0 deletions reversion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

## + requires perl-reversion from Perl::Version (debian package libperl-version-perl)
## + example call:
## ./reversion.sh -bump -dryrun

pmfiles=(./Cluster.pd)

exec perl-reversion "$@" "${pmfiles[@]}"


0 comments on commit b1b7c6d

Please sign in to comment.