From 948bacb6f2bc542c6e1b70edf0fb7cfbfd6f0078 Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Wed, 4 Mar 2015 19:18:24 +0000 Subject: [PATCH] Bump version and copyright. FossilOrigin-Name: 7197e8cdefcf0111930655539bfe858b847a1a5396adc2dbc547b808632c1e63 --- shelldap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shelldap b/shelldap index 0c309a6..2d7882a 100755 --- a/shelldap +++ b/shelldap @@ -1,7 +1,7 @@ #!/usr/bin/env perl # vim: set nosta noet ts=4 sw=4: # -# Copyright (c) 2006-2013, Mahlon E. Smith +# Copyright (c) 2006-2015, Mahlon E. Smith # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -2286,7 +2286,7 @@ use strict; use warnings; $0 = 'shelldap'; -my $VERSION = '1.3.0'; +my $VERSION = '1.3.1'; use Getopt::Long; use YAML::Syck;