diff --git a/ChangeLog b/ChangeLog index bfd2977..22cda79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Backup Manager 0.7.13.1 (not yet released) +Backup Manager 0.7.14 + [ Guillaume Rousse ] + * Sanitize installation process + [ Philippe Villiers ] + * Fix for issue #97 + Remote purge through scp not working + +Backup Manager 0.7.13.1 (not released) [ Philippe Villiers ] * Fix for issue #91 Fix hardcoded backup-manager-purge path diff --git a/VERSION b/VERSION index a48658c..a597e4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.13 +0.7.14 diff --git a/backup-manager b/backup-manager index a590764..7cf9246 100755 --- a/backup-manager +++ b/backup-manager @@ -26,7 +26,7 @@ set -e RELEASE="true" -VERSION="0.7.13" +VERSION="0.7.14" # All the paths we provide libdir="/usr/lib/backup-manager"