summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-10-14 12:11:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-10-14 12:11:00 -0700
commitacd617a447452f45e4cf343b2d9f9d9c684cb93c (patch)
treeb82db2e7aec52991a35ecd62d4a0ff6e3f3aae8a /lib
parent7ed27479262d879c6872ce6871dd431bfcfb9e04 (diff)
generate std-ver 4.1.1
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index 0eda4a8..959dfd3 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -20,7 +20,7 @@ __PACKAGE__->mk_accessors(
qw( main_dir debian_dir bins control pkgname homepage elpa_version copyright gpl_version )
);
-use constant debstdversion => '4.1.0';
+use constant debstdversion => '4.1.1';
sub extract_basic {
my $self = shift;