diff --git a/core/include/nfc_version.h b/core/include/nfc_version.h index 7f79bfc..4eddf12 100644 --- a/core/include/nfc_version.h +++ b/core/include/nfc_version.h @@ -35,7 +35,7 @@ #define NFC_VERSION_MAJOR 1 #define NFC_VERSION_MINOR 1 -#define NFC_VERSION_NANO 1 +#define NFC_VERSION_NANO 2 #define NFC_VERSION_WORD(v1,v2,v3) \ ((((v1) & 0x7f) << 24) | \ diff --git a/rpm/nfcd.spec b/rpm/nfcd.spec index 7f21e41..f066465 100644 --- a/rpm/nfcd.spec +++ b/rpm/nfcd.spec @@ -1,5 +1,5 @@ Name: nfcd -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: NFC daemon License: BSD