We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f51786 commit 21e3ba1Copy full SHA for 21e3ba1
VERSION
@@ -1 +1 @@
1
-Version=1.10
+Version=1.12
build_pico_openpgp.sh
@@ -1,7 +1,7 @@
#!/bin/bash
2
3
VERSION_MAJOR="1"
4
-VERSION_MINOR="10"
+VERSION_MINOR="12"
5
6
rm -rf release/*
7
cd build_release
src/openpgp/version.h
@@ -24,7 +24,7 @@
24
#define OPGP_VERSION_MINOR (OPGP_VERSION & 0xff)
25
26
27
-#define PIPGP_VERSION 0x010A
+#define PIPGP_VERSION 0x010C
28
29
#define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff)
30
#define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)
0 commit comments