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)