summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2014-05-08 11:32:04 +0200
committerJoerg Jaspert <joerg@debian.org>2014-05-08 11:32:04 +0200
commit6e0945b1ab346723418d46468a96b328f00c0cce (patch)
tree79bc85707889fd7c3d5bc2198d8877fbad550d92
parente365dabf452cc87f7166fea4fe1c8dcc903bccc3 (diff)
Adjust version
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index a8826bc..9fbaa1f 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -36,7 +36,7 @@ BASEDIR=${BASEDIR:-"$(readlink -f $(dirname "$0")/..)"}
# 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="20130605"
+VERSION="20140805"
# Source our common functions
. "${BASEDIR}/etc/common"