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)