Skip to content

Commit

Permalink
release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcm committed Jun 12, 2022
1 parent b95a53c commit 11831e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.17)

project(nfc-lab VERSION 2.8.0)
project(nfc-lab VERSION 2.8.1)

set(CMAKE_C_FLAGS_DEBUG "-g -msse -msse3 -mno-avx -fno-math-errno -falign-functions=32 -falign-loops=32" CACHE INTERNAL "" FORCE)
set(CMAKE_CXX_FLAGS_DEBUG "-g -msse -msse3 -mno-avx -fno-math-errno -falign-functions=32 -falign-loops=32" CACHE INTERNAL "" FORCE)
Expand Down
6 changes: 3 additions & 3 deletions src/nfc-app/app-qt/src/main/cpp/QtConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
*/
#define NFC_LAB_VERSION_MAJOR 2
#define NFC_LAB_VERSION_MINOR 8
#define NFC_LAB_VERSION_PATCH 0
#define NFC_LAB_VERSION_STRING "2.8.0"
#define NFC_LAB_VENDOR_STRING "NFC laboratory 2.8.0 - josevcm@gmail.com"
#define NFC_LAB_VERSION_PATCH 1
#define NFC_LAB_VERSION_STRING "2.8.1"
#define NFC_LAB_VENDOR_STRING "NFC laboratory 2.8.1 - josevcm@gmail.com"

0 comments on commit 11831e2

Please sign in to comment.