summaryrefslogtreecommitdiff
path: root/Quota.pm
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2011-01-05 22:02:02 +0000
committerNicholas Bamber <nicholas@periapt.co.uk>2011-01-05 22:02:02 +0000
commite8a63aae7a12a60f4929b49c0ca3d1c27d111c55 (patch)
tree47acc7a6dd29f58b9012e561b5d2568fb06ef328 /Quota.pm
parent34f70591302da472a222acbcf12162a82caa40a1 (diff)
[svn-upgrade] new version libquota-perl (1.6.5+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 eb66141..27d17c9 100644
--- a/Quota.pm
+++ b/Quota.pm
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------ #
-# Quota.pm - Copyright (C) 1995-2010 Tom Zoerner
+# Quota.pm - Copyright (C) 1995-2011 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.4';
+$VERSION = '1.6.5';
bootstrap Quota;