Skip to content

Commit a7a64ed

Browse files
author
philippe
committed
Bump version number and year.
1 parent 139a4e7 commit a7a64ed

19 files changed

+21
-21
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Backup Manager 0.7.12 (not yet released)
1+
Backup Manager 0.7.12
22
[ Philippe Villiers ]
33
* Fix for issue #35
44
Add make uninstall

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ For Apple OSX with Fink:
2323

2424
2) Download Backup-Manager:
2525

26-
Olga:~ user$ curl -L https://github.com/sukria/Backup-Manager/zipball/v0.7.11 > ~/Desktop/Backup-manager-0.7.11.zip
26+
Olga:~ user$ curl -L https://github.com/sukria/Backup-Manager/zipball/v0.7.12 > ~/Desktop/Backup-manager-0.7.12.zip
2727
Olga:~ user$ cd ~/Desktop
28-
Olga:Desktop user$ unzip backup-manager-0.7.11.zip
28+
Olga:Desktop user$ unzip backup-manager-0.7.12.zip
2929
Olga:Desktop user$ cd sukria-Backup-Manager-g3bfd294
3030

3131
3) Then "make install", and install the needed packages asked by Fink,

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
# See the AUTHORS file for details.
33
#
44
# This program is free software; you can redistribute it and/or

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.11
1+
0.7.12

backup-manager

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22

3-
# Copyright © 2005-2015 The Backup Manager Authors
3+
# Copyright © 2005-2016 The Backup Manager Authors
44
# See the AUTHORS file for details.
55
#
66
# This program is free software; you can redistribute it and/or
@@ -26,7 +26,7 @@
2626
set -e
2727

2828
RELEASE="true"
29-
VERSION="0.7.11"
29+
VERSION="0.7.12"
3030

3131
#Set prefix for paths
3232
BIN_PREFIX=/usr/bin

backup-manager-purge

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/perl
2-
# Copyright © 2005-2015 The Backup Manager Authors
2+
# Copyright © 2005-2016 The Backup Manager Authors
33
#
44
# See the AUTHORS file for details.
55
#

backup-manager-upload

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22
# Backup Manager Upload - Multiprotocol uploader for backup-manager.
3-
# Copyright © 2005-2015 The Backup Manager Authors
3+
# Copyright © 2005-2016 The Backup Manager Authors
44
#
55
# See the AUTHORS file for details.
66

lib/actions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/backup-methods.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/burning-methods.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/dialog.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/gettext-dummy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/gettext-real.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/gettext.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/logger.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/md5sum.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

lib/sanitize.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env bash
2-
# Copyright © 2005-2015 The Backup Manager Authors
2+
# Copyright © 2005-2016 The Backup Manager Authors
33
#
44
# See the AUTHORS file for details.
55
#

lib/upload-methods.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2005-2015 The Backup Manager Authors
1+
# Copyright © 2005-2016 The Backup Manager Authors
22
#
33
# See the AUTHORS file for details.
44
#

0 commit comments

Comments
 (0)