Update perl module version number
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 14 Aug 2009 18:10:42 +0000 (20:10 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 14 Aug 2009 18:10:42 +0000 (20:10 +0200)
perl-module/lib/PSPP.pm

index e5599908b683f7b6e6bde716fbfa9f74d3460338..c6b059826f0c870b5082634a4351f9dd7b833dc1 100644 (file)
@@ -21,7 +21,7 @@ None by default.
 
 =cut
 BEGIN {
-       $PSPP::VERSION='0.7.2';
+       $PSPP::VERSION='0.7.3';
        require XSLoader;
        XSLoader::load('PSPP', $PSPP::VERSION);
 }