mirror of https://github.com/jimsalterjrs/sanoid
wups - forgot to update version strings in sanoid and syncoid themselves
This commit is contained in:
parent
5168481545
commit
3437326a9c
2
sanoid
2
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
|
||||
|
|
|
|||
2
syncoid
2
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue