Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.48
  • Loading branch information
monich committed Jan 4, 2021
1 parent c986f2e commit 2b5fb7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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:

Expand Down
6 changes: 3 additions & 3 deletions core/include/nfc_version.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2018-2020 Jolla Ltd.
* Copyright (C) 2018-2020 Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2018-2021 Jolla Ltd.
* Copyright (C) 2018-2021 Slava Monich <slava.monich@jolla.com>
*
* You may use this file under the terms of BSD license as follows:
*
Expand Down Expand Up @@ -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) | \
Expand Down
2 changes: 1 addition & 1 deletion rpm/nfcd.spec
@@ -1,5 +1,5 @@
Name: nfcd
Version: 1.0.47
Version: 1.0.48
Release: 0
Summary: NFC daemon
License: BSD
Expand Down

0 comments on commit 2b5fb7e

Please sign in to comment.