Bump version and copyright.
authorMahlon E. Smith <mahlon@martini.nu>
Wed, 04 Mar 2015 11:18:25 -0800
changeset 77 7b7810fee305
parent 76 589332cac30b
child 78 ac3c6d1057d5
Bump version and copyright.
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 <mahlon@martini.nu>
+# Copyright (c) 2006-2015, Mahlon E. Smith <mahlon@martini.nu>
 # 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;