summaryrefslogtreecommitdiff
path: root/rdiff-backup/src
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-14 21:46:38 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-14 21:46:38 +0000
commitd2943df4a4eb71162dfd3939e0c668a83d85ee4e (patch)
tree0b25d8719e17ff8589ca3735ea36de639ca9744b /rdiff-backup/src
parenta046e272f4cf6851beca20e66c1b218af8b08a60 (diff)
downloadrdiff-backup-d2943df4a4eb71162dfd3939e0c668a83d85ee4e.tar.gz
Final update for v0.8.0
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@124 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/src')
-rw-r--r--rdiff-backup/src/globals.py2
-rw-r--r--rdiff-backup/src/header.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py
index 0c10e48..17345d3 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.7.6"
+ version = "0.8.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 1ffdfdb..f628a73 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.7.6 released May 31, 2002
+# Version 0.8.0 released June 14, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).