changed version to 0.15

pull/30/head v0.15
Axel Burri 2015-04-01 16:20:06 +02:00
parent 5fc8d54707
commit f5e1f2ffb8
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
btrbk-current btrbk-0.15
* Added configuration option "btrfs_progs_compat", to be enabled if * Added configuration option "btrfs_progs_compat", to be enabled if
using btrfs-progs < 3.17 (closes: #6). using btrfs-progs < 3.17 (closes: #6).

View File

@ -1,5 +1,5 @@
PN = btrbk PN = btrbk
VERSION = 0.14 VERSION = 0.15
PREFIX ?= /usr PREFIX ?= /usr
CONFDIR = /etc CONFDIR = /etc

2
btrbk
View File

@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
use Getopt::Std; use Getopt::Std;
use Data::Dumper; use Data::Dumper;
our $VERSION = "0.15-dev"; our $VERSION = "0.15";
our $AUTHOR = 'Axel Burri <axel@tty0.ch>'; our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>'; our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2015-03-19" "btrbk v0.14" "" .TH "btrbk" "1" "2015-04-01" "btrbk v0.15" ""
.SH NAME .SH NAME
btrbk \- backup tool for btrfs volumes btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-03-19" "btrbk v0.14" "" .TH "btrbk.conf" "5" "2015-04-01" "btrbk v0.15" ""
.SH NAME .SH NAME
btrbk.conf \- btrbk configuration file btrbk.conf \- btrbk configuration file
.SH SYNOPSIS .SH SYNOPSIS