From 6d465da6dc45edb44c702270e8897574901c2293 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 29 Mar 2019 04:35:16 +0100 Subject: [PATCH] btrbk: change version to 0.28.0-dev; bump copyright year --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 27d9d21..1037afd 100755 --- a/btrbk +++ b/btrbk @@ -2,7 +2,7 @@ # # btrbk - Create snapshots and remote backups of btrfs subvolumes # -# Copyright (C) 2014-2018 Axel Burri +# Copyright (C) 2014-2019 Axel Burri # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.27.2'; +our $VERSION = '0.28.0-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';