Bump version and copyright.

FossilOrigin-Name: 7197e8cdefcf0111930655539bfe858b847a1a5396adc2dbc547b808632c1e63
This commit is contained in:
Mahlon E. Smith 2015-03-04 19:18:24 +00:00
parent c2ac4d9702
commit 948bacb6f2

View file

@ -1,7 +1,7 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# vim: set nosta noet ts=4 sw=4: # vim: set nosta noet ts=4 sw=4:
# #
# Copyright (c) 2006-2013, Mahlon E. Smith <mahlon@martini.nu> # Copyright (c) 2006-2015, Mahlon E. Smith <mahlon@martini.nu>
# All rights reserved. # All rights reserved.
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:
@ -2286,7 +2286,7 @@ use strict;
use warnings; use warnings;
$0 = 'shelldap'; $0 = 'shelldap';
my $VERSION = '1.3.0'; my $VERSION = '1.3.1';
use Getopt::Long; use Getopt::Long;
use YAML::Syck; use YAML::Syck;