From 999bf889bc66b9df454268b4fda289e23652d6b7 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 30 Apr 2015 14:45:50 +0200 Subject: [PATCH] changed version to 0.17.0 (new versioning scheme using more common three-level versions) --- ChangeLog | 2 +- Makefile | 2 +- btrbk | 2 +- doc/btrbk.1 | 2 +- doc/btrbk.conf.5 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf937dd..4ff1cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile b/Makefile index 4ed88c2..e9b16f2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PN = btrbk -VERSION = 0.16 +VERSION = 0.17.0 PREFIX ?= /usr CONFDIR = /etc diff --git a/btrbk b/btrbk index b0cc3cb..4570f96 100755 --- a/btrbk +++ b/btrbk @@ -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 '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index b4c8c20..83d44b7 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -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 diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index edabe61..9f42b6a 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -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