From 6a1040535712f4c2099562b1ba56bc3676e96ef7 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 15 Jul 2024 15:15:20 +0200 Subject: [PATCH] Upgrade to version 2.2 Signed-off-by: Pol Henarejos --- build_pico_openpgp.sh | 2 +- src/openpgp/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_pico_openpgp.sh b/build_pico_openpgp.sh index 083a4d5..c6ea85f 100755 --- a/build_pico_openpgp.sh +++ b/build_pico_openpgp.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="2" -VERSION_MINOR="0" +VERSION_MINOR="2" rm -rf release/* cd build_release diff --git a/src/openpgp/version.h b/src/openpgp/version.h index 5266146..818e948 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 0x0200 +#define PIPGP_VERSION 0x0202 #define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff) #define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)