Skip to content

Commit 21e3ba1

Browse files
committed
Upgrade to version 1.12.
Signed-off-by: Pol Henarejos <[email protected]>
1 parent 2f51786 commit 21e3ba1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Version=1.10
1+
Version=1.12

build_pico_openpgp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
VERSION_MAJOR="1"
4-
VERSION_MINOR="10"
4+
VERSION_MINOR="12"
55

66
rm -rf release/*
77
cd build_release

src/openpgp/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define OPGP_VERSION_MINOR (OPGP_VERSION & 0xff)
2525

2626

27-
#define PIPGP_VERSION 0x010A
27+
#define PIPGP_VERSION 0x010C
2828

2929
#define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff)
3030
#define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)

0 commit comments

Comments
 (0)