From 21e3ba11c6be48600569fa31e3c7645a76441218 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 6 Feb 2024 14:15:22 +0100 Subject: [PATCH] Upgrade to version 1.12. Signed-off-by: Pol Henarejos --- VERSION | 2 +- build_pico_openpgp.sh | 2 +- src/openpgp/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 31da747..cc1a66a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version=1.10 +Version=1.12 diff --git a/build_pico_openpgp.sh b/build_pico_openpgp.sh index fbd5000..e8f89aa 100755 --- a/build_pico_openpgp.sh +++ b/build_pico_openpgp.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="1" -VERSION_MINOR="10" +VERSION_MINOR="12" rm -rf release/* cd build_release diff --git a/src/openpgp/version.h b/src/openpgp/version.h index cb1a172..1b4b827 100644 --- a/src/openpgp/version.h +++ b/src/openpgp/version.h @@ -24,7 +24,7 @@ #define OPGP_VERSION_MINOR (OPGP_VERSION & 0xff) -#define PIPGP_VERSION 0x010A +#define PIPGP_VERSION 0x010C #define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff) #define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)