Skip to content

Commit

Permalink
update version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcm committed Nov 2, 2022
1 parent e04ef20 commit 45b2edd
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.1)
project(nfc-lab VERSION 2.8.2)

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 1
#define NFC_LAB_VERSION_STRING "2.8.1"
#define NFC_LAB_VENDOR_STRING "NFC laboratory 2.8.1 - josevcm@gmail.com"
#define NFC_LAB_VERSION_PATCH 2
#define NFC_LAB_VERSION_STRING "2.8.2"
#define NFC_LAB_VENDOR_STRING "NFC laboratory 2.8.2 - josevcm@gmail.com"

0 comments on commit 45b2edd

Please sign in to comment.