Skip to content

Commit

Permalink
chore: bump to 1.4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Oct 24, 2022
1 parent a81f5b7 commit 4fff3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3',
version : '1.4.4.0',
license : 'MIT')

add_project_arguments('-fPIC', language : 'cpp')
Expand Down Expand Up @@ -221,7 +221,7 @@ libcie_pkcs11 = library(
pkg_mod = import('pkgconfig')
pkg_mod.generate(
libraries : libcie_pkcs11,
version : '1.4.3.3',
version : '1.4.4.0',
name : 'libcie-pkcs11',
filebase : 'cie-pkcs11',
description : 'A library to enable CIE authentication.'
Expand Down
2 changes: 1 addition & 1 deletion packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.4.3.3"
pkgver="1.4.4.0"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identit脿 Elettronica) per Linux"
maintainer="M0Rf30"
Expand Down

0 comments on commit 4fff3c3

Please sign in to comment.