summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2015-04-25 12:47:49 +0200
committerJoerg Jaspert <joerg@debian.org>2015-04-25 12:47:49 +0200
commit674ccdb813aff0e0fcfd976cf07ba8a85fc0f012 (patch)
treea3687cbb8bdc9fb5ea698bca2e060222566a4378
parent10f4c72c8abd36b8e193f23ccf4e90214fcec561 (diff)
Update 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 c0a44c6..a67d20b 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="20140805"
+VERSION="20150425"
# Source our common functions
. "${BASEDIR}/etc/common"