Skip to content

Commit

Permalink
Version 1.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Sep 30, 2020
1 parent 90a3cc9 commit e478ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/include/nfc_version.h
Expand Up @@ -35,7 +35,7 @@

#define NFC_VERSION_MAJOR 1
#define NFC_VERSION_MINOR 0
#define NFC_VERSION_NANO 41
#define NFC_VERSION_NANO 42

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

0 comments on commit e478ccc

Please sign in to comment.