From 2b5fb7ec09ce511ecc3e1abf747ffe2c11bdd838 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 4 Jan 2021 02:32:32 +0200 Subject: [PATCH] Version 1.0.48 --- LICENSE | 3 ++- core/include/nfc_version.h | 6 +++--- rpm/nfcd.spec | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 387ae8c..2bc9bd2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (C) 2018-2020 Jolla Ltd. +Copyright (C) 2018-2021 Jolla Ltd. +Copyright (C) 2020 Open Mobile Platform LLC. You may use this file under the terms of BSD license as follows: diff --git a/core/include/nfc_version.h b/core/include/nfc_version.h index c1473e2..13d516f 100644 --- a/core/include/nfc_version.h +++ b/core/include/nfc_version.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018-2020 Jolla Ltd. - * Copyright (C) 2018-2020 Slava Monich + * Copyright (C) 2018-2021 Jolla Ltd. + * Copyright (C) 2018-2021 Slava Monich * * You may use this file under the terms of BSD license as follows: * @@ -35,7 +35,7 @@ #define NFC_VERSION_MAJOR 1 #define NFC_VERSION_MINOR 0 -#define NFC_VERSION_NANO 47 +#define NFC_VERSION_NANO 48 #define NFC_VERSION_WORD(v1,v2,v3) \ ((((v1) & 0x7f) << 24) | \ diff --git a/rpm/nfcd.spec b/rpm/nfcd.spec index 627b7fe..21f3ee1 100644 --- a/rpm/nfcd.spec +++ b/rpm/nfcd.spec @@ -1,5 +1,5 @@ Name: nfcd -Version: 1.0.47 +Version: 1.0.48 Release: 0 Summary: NFC daemon License: BSD