summaryrefslogtreecommitdiff
path: root/Quota.pm
diff options
context:
space:
mode:
authorJonathan Yu <jawnsy@cpan.org>2010-01-14 21:50:20 +0000
committerJonathan Yu <jawnsy@cpan.org>2010-01-14 21:50:20 +0000
commit34f70591302da472a222acbcf12162a82caa40a1 (patch)
tree7fccc8df72b394e1784dc52f38366ed0771158ab /Quota.pm
parentf489debe935bef6b336a6295e3cddd1226d3eb0e (diff)
[svn-upgrade] Integrating new upstream version, libquota-perl (1.6.4+dfsg)
Diffstat (limited to 'Quota.pm')
-rw-r--r--Quota.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Quota.pm b/Quota.pm
index 8d6da15..eb66141 100644
--- a/Quota.pm
+++ b/Quota.pm
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------ #
-# Quota.pm - Copyright (C) 1995-2007 Tom Zoerner
+# Quota.pm - Copyright (C) 1995-2010 Tom Zoerner
# ------------------------------------------------------------------------ #
# This program is free software: you can redistribute it and/or modify
# it either under the terms of the Perl Artistic License or the GNU
@@ -22,7 +22,7 @@ require DynaLoader;
@ISA = qw(Exporter DynaLoader);
@EXPORT = ();
-$VERSION = '1.6.3';
+$VERSION = '1.6.4';
bootstrap Quota;