From bdb7257a57d3f9c9037fd44190eabbea105cf0ee Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 21 Mar 2002 08:48:45 +0000 Subject: Updating for 0.7.0 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@17 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/src/globals.py | 2 +- rdiff-backup/src/header.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'rdiff-backup/src') diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py index 5511bf9..5147299 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.7.0" # If this is set, use this value in seconds as the current time # instead of reading it from the clock. diff --git a/rdiff-backup/src/header.py b/rdiff-backup/src/header.py index 31b3ff0..721e130 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.7.0 released March 21, 2002 # Copyright (C) 2001 Ben Escoto # # This program is licensed under the GNU General Public License (GPL). -- cgit v1.2.1