We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7936e20 commit 6fd798eCopy full SHA for 6fd798e
build_pico_openpgp.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-VERSION_MAJOR="3"
4
-VERSION_MINOR="6"
+VERSION_MAJOR="4"
+VERSION_MINOR="0"
5
NO_EDDSA=0
6
SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}"
7
#if ! [[ -z "${GITHUB_SHA}" ]]; then
src/openpgp/version.h
@@ -29,7 +29,7 @@
29
#define PIV_VERSION_MINOR (PIV_VERSION & 0xff)
30
31
32
-#define PIPGP_VERSION 0x0306
+#define PIPGP_VERSION 0x0400
33
34
#define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff)
35
#define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)
0 commit comments