# HG changeset patch # User Mahlon E. Smith # Date 1425496705 28800 # Node ID 7b7810fee305fd420e6d1082000c833ca28803ac # Parent 589332cac30b056ab91c10515b9f80eb75e734e7 Bump version and copyright. diff -r 589332cac30b -r 7b7810fee305 shelldap --- a/shelldap Tue Dec 16 16:30:08 2014 -0800 +++ b/shelldap Wed Mar 04 11:18:25 2015 -0800 @@ -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 warnings; $0 = 'shelldap'; -my $VERSION = '1.3.0'; +my $VERSION = '1.3.1'; use Getopt::Long; use YAML::Syck;