From ee3f3c287e232b0b92b4822717b071e037a2f08f Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 1 May 2002 06:14:02 +0000 Subject: Changed version to 0.6.1 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-6@55 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/header.py | 2 +- rdiff-backup/src/globals.py | 2 +- rdiff-backup/src/header.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rdiff-backup/rdiff_backup/header.py b/rdiff-backup/rdiff_backup/header.py index 31b3ff0..337837d 100644 --- a/rdiff-backup/rdiff_backup/header.py +++ b/rdiff-backup/rdiff_backup/header.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # rdiff-backup -- Mirror files while keeping incremental changes -# Version 0.6.0 released March 14, 2002 +# Version 0.6.1 released April 30, 2002 # Copyright (C) 2001 Ben Escoto # # This program is licensed under the GNU General Public License (GPL). diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py index d9cd64a..4fb88e9 100644 --- a/rdiff-backup/src/globals.py +++ b/rdiff-backup/src/globals.py @@ -8,7 +8,7 @@ import re, os class Globals: # The current version of rdiff-backup - version = "0.6.0" + version = "0.6.1" # This determines how many bytes to read at a time when copying blocksize = 32768 diff --git a/rdiff-backup/src/header.py b/rdiff-backup/src/header.py index 31b3ff0..337837d 100644 --- a/rdiff-backup/src/header.py +++ b/rdiff-backup/src/header.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # rdiff-backup -- Mirror files while keeping incremental changes -# Version 0.6.0 released March 14, 2002 +# Version 0.6.1 released April 30, 2002 # Copyright (C) 2001 Ben Escoto # # This program is licensed under the GNU General Public License (GPL). -- cgit v1.2.1