Skip to content

Commit

Permalink
Upgrade to v1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
  • Loading branch information
polhenarejos committed Feb 5, 2023
1 parent 02a5695 commit 73c1bf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version=1.4
Version=1.10
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="1"
VERSION_MINOR="8"
VERSION_MINOR="10"

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 0x0108
#define PIPGP_VERSION 0x010A

#define PIPGP_VERSION_MAJOR ((PIPGP_VERSION >> 8) & 0xff)
#define PIPGP_VERSION_MINOR (PIPGP_VERSION & 0xff)
Expand Down

0 comments on commit 73c1bf7

Please sign in to comment.