From a2c00863f6a71543cfc692252fc4d30a9c861e95 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Thu, 23 May 2024 19:22:59 +0200 Subject: [PATCH] Upgrade to version 2.0. Signed-off-by: Pol Henarejos --- VERSION | 2 +- build_pico_openpgp.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index cc1a66a..29b2b36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version=1.12 +Version=2.0 diff --git a/build_pico_openpgp.sh b/build_pico_openpgp.sh index e8f89aa..083a4d5 100755 --- a/build_pico_openpgp.sh +++ b/build_pico_openpgp.sh @@ -1,7 +1,7 @@ #!/bin/bash -VERSION_MAJOR="1" -VERSION_MINOR="12" +VERSION_MAJOR="2" +VERSION_MINOR="0" rm -rf release/* cd build_release