Skip to content

Commit

Permalink
Upgrade to version 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Jul 15, 2024
1 parent 1434ef2 commit 6a10405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_pico_openpgp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION_MAJOR="2"
VERSION_MINOR="0"
VERSION_MINOR="2"

rm -rf release/*
cd build_release
Expand Down
2 changes: 1 addition & 1 deletion src/openpgp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a10405

Please sign in to comment.