Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Minor version is bumped to mark NFC-DEP support.
  • Loading branch information
monich committed Jan 15, 2021
1 parent ad6c342 commit 2f8657c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/include/nfc_version.h
Expand Up @@ -34,8 +34,8 @@
#define NFC_VERSION_H

#define NFC_VERSION_MAJOR 1
#define NFC_VERSION_MINOR 0
#define NFC_VERSION_NANO 48
#define NFC_VERSION_MINOR 1
#define NFC_VERSION_NANO 0

#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.48
Version: 1.1.0
Release: 0
Summary: NFC daemon
License: BSD
Expand Down

0 comments on commit 2f8657c

Please sign in to comment.