Commit 6ff47689 authored by ben's avatar ben

Changed version to 0.6.1


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@55 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 6f2ba10c
#!/usr/bin/env python #!/usr/bin/env python
# #
# rdiff-backup -- Mirror files while keeping incremental changes # 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> # Copyright (C) 2001 Ben Escoto <bescoto@stanford.edu>
# #
# This program is licensed under the GNU General Public License (GPL). # This program is licensed under the GNU General Public License (GPL).
......
...@@ -8,7 +8,7 @@ import re, os ...@@ -8,7 +8,7 @@ import re, os
class Globals: class Globals:
# The current version of rdiff-backup # 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 # This determines how many bytes to read at a time when copying
blocksize = 32768 blocksize = 32768
......
#!/usr/bin/env python #!/usr/bin/env python
# #
# rdiff-backup -- Mirror files while keeping incremental changes # 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> # Copyright (C) 2001 Ben Escoto <bescoto@stanford.edu>
# #
# This program is licensed under the GNU General Public License (GPL). # This program is licensed under the GNU General Public License (GPL).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment