Skip to content

Commit 6fd798e

Browse files
committed
Upgrade to v4.0
Signed-off-by: Pol Henarejos <[email protected]>
1 parent 7936e20 commit 6fd798e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_pico_openpgp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
VERSION_MAJOR="3"
4-
VERSION_MINOR="6"
3+
VERSION_MAJOR="4"
4+
VERSION_MINOR="0"
55
NO_EDDSA=0
66
SUFFIX="${VERSION_MAJOR}.${VERSION_MINOR}"
77
#if ! [[ -z "${GITHUB_SHA}" ]]; then

src/openpgp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define PIV_VERSION_MINOR (PIV_VERSION & 0xff)
3030

3131

32-
#define PIPGP_VERSION 0x0306
32+
#define PIPGP_VERSION 0x0400
3333

3434
#define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff)
3535
#define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)

0 commit comments

Comments
 (0)