changed version to 0.17.0 (new versioning scheme using more common three-level versions)

pull/30/head v0.17.0
Axel Burri 2015-04-30 14:45:50 +02:00
parent bc930a26c8
commit 999bf889bc
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
btrbk-current
btrbk-0.17.0
* New versioning scheme using more common three-level versions.
* Code refactoring: cleanup of data structures and handling of btrfs

View File

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

2
btrbk
View File

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

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2015-04-02" "btrbk v0.16" ""
.TH "btrbk" "1" "2015-04-30" "btrbk v0.17.0" ""
.SH NAME
btrbk \- backup tool for btrfs volumes
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2015-04-02" "btrbk v0.16" ""
.TH "btrbk.conf" "5" "2015-04-30" "btrbk v0.17.0" ""
.SH NAME
btrbk.conf \- btrbk configuration file
.SH SYNOPSIS