summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2011-02-22 22:35:06 +0100
committerJoerg Jaspert <joerg@debian.org>2011-02-22 22:35:06 +0100
commit396577c3170bb13dffa4ddea635e9ef1d6c33a05 (patch)
treee2a42bdc57a0899de004d6f18737e86b2b3c8535 /bin
parent51cd0951daa583e40637c06a53278abb439b1f78 (diff)
ftpsync
increase version number Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index c8a5a54..484789d 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -36,7 +36,7 @@ BASEDIR=${BASEDIR:-"${HOME}"}
# Script version. DO NOT CHANGE, *unless* you change the master copy maintained
# by Joerg Jaspert and the Debian mirroradm group.
# This is used to track which mirror is using which script version.
-VERSION="80386"
+VERSION="80387"
# Source our common functions
. "${BASEDIR}/etc/common"