Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2020-01-03 13:03:26 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2020-01-03 13:03:26 +0300
commit35ff458ea10dd53942540a635abc7640de3597b4 (patch)
tree87b94d0813d579e4859e13f7a4358b8ae95dcfb4
parente7a637975bd95ce61f0591ed01cd006b205534ef (diff)
Prepared version numbers for 2.0.5.0 release
-rw-r--r--Updates/build_version.txt2
-rw-r--r--build-release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Updates/build_version.txt b/Updates/build_version.txt
index e522732c7..3a2e3f498 100644
--- a/Updates/build_version.txt
+++ b/Updates/build_version.txt
@@ -1 +1 @@
-38
+-1
diff --git a/build-release.sh b/build-release.sh
index b5f951f7d..75d164947 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -10,7 +10,7 @@ else
RELEASE_TYPE=$1
fi
-RELEASE_VERSION="2.0.4.${RELEASE_INC_VERSION}"
+RELEASE_VERSION="2.0.5.${RELEASE_INC_VERSION}"
RELEASE_NAME="${RELEASE_VERSION}_${RELEASE_TYPE}_${RELEASE_TIMESTAMP}"
RELEASE_CHANGELOG_FILE="changelog.txt"