From cfced4991472a82efb87f2945e7ee0368efa535a Mon Sep 17 00:00:00 2001 From: James Murty Date: Mon, 10 Aug 2020 10:23:30 +1000 Subject: [PATCH] Change version to make it clear this is the version 1 compatible fork Copy of IC's transcrypt fork at commit 85915e16 --- ixc_django_docker/bin/transcrypt-v1-compatible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixc_django_docker/bin/transcrypt-v1-compatible b/ixc_django_docker/bin/transcrypt-v1-compatible index e1d1178..3fed57a 100755 --- a/ixc_django_docker/bin/transcrypt-v1-compatible +++ b/ixc_django_docker/bin/transcrypt-v1-compatible @@ -16,7 +16,7 @@ set -euo pipefail ##### CONSTANTS # the release version of this script -readonly VERSION='2.0.0' +readonly VERSION='2.0.0-v1-compatible' # the default cipher to utilize readonly DEFAULT_CIPHER='aes-256-cbc'