Skip to content

Commit

Permalink
chore: bump to 1.4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Sep 4, 2022
1 parent f582dcf commit 08e797c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ La parte di [interfaccia grafica](cie-java) è sviluppata in Java.
[Qui](https://github.com/M0Rf30/cie-middleware-linux/releases) puoi trovare i
binari generati da questo repo, per le seguenti distro GNU/Linux:

* Arch Linux
* Ubuntu
* Arch Linux [qui](https://aur.archlinux.org/packages/cie-middleware-git)
* Rocky 8
* Ubuntu 20.04

## Compilazione

Expand Down
4 changes: 2 additions & 2 deletions libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('libcie-pkcs11',
'cpp',
'c',
version : '1.4.3.2',
version : '1.4.3.3',
license : 'MIT')

add_project_arguments('-fPIC', language : 'cpp')
Expand Down Expand Up @@ -219,7 +219,7 @@ libcie_pkcs11 = library(
pkg_mod = import('pkgconfig')
pkg_mod.generate(
libraries : libcie_pkcs11,
version : '1.4.3.2',
version : '1.4.3.3',
name : 'libcie-pkcs11',
filebase : 'cie-pkcs11',
description : 'A library to enable CIE authentication.'
Expand Down

0 comments on commit 08e797c

Please sign in to comment.