Skip to content

Commit

Permalink
Version 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 25, 2020
1 parent c1c825e commit b27b71c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) 2018-2019 Jolla Ltd.
Copyright (C) 2018-2020 Jolla Ltd.

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-2019 Jolla Ltd.
* Copyright (C) 2018-2019 Slava Monich <slava.monich@jolla.com>
* Copyright (C) 2018-2020 Jolla Ltd.
* Copyright (C) 2018-2020 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 26
#define NFC_VERSION_NANO 27

#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.26
Version: 1.0.27
Release: 0
Summary: NFC daemon
Group: Development/Libraries
Expand Down

0 comments on commit b27b71c

Please sign in to comment.