summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:14:02 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-01 06:14:02 +0000
commitee3f3c287e232b0b92b4822717b071e037a2f08f (patch)
tree47f5e6486784f2d644c0ea9b06e873dcfe2ef95d
parent1d39cdf4d9684b8e0cc20de69135b1a79b002eb4 (diff)
downloadrdiff-backup-ee3f3c287e232b0b92b4822717b071e037a2f08f.tar.gz
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
-rw-r--r--rdiff-backup/rdiff_backup/header.py2
-rw-r--r--rdiff-backup/src/globals.py2
-rw-r--r--rdiff-backup/src/header.py2
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 <bescoto@stanford.edu>
#
# 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 <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).