From 3437326a9c0958024b7a44a0c432d51f695961fe Mon Sep 17 00:00:00 2001 From: jimsalterjrs Date: Mon, 13 Mar 2017 15:02:47 -0400 Subject: [PATCH] wups - forgot to update version strings in sanoid and syncoid themselves --- sanoid | 2 +- syncoid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sanoid b/sanoid index 36202fd..2e7d490 100755 --- a/sanoid +++ b/sanoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -my $version = '1.4.7'; +my $version = '1.4.8'; use strict; use Config::IniFiles; # read samba-style conf file diff --git a/syncoid b/syncoid index 9484a48..c964947 100755 --- a/syncoid +++ b/syncoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -my $version = '1.4.7a'; +my $version = '1.4.8'; use strict; use warnings;