Skip to content

Commit

Permalink
prepare release 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevcampos committed Jan 9, 2022
1 parent 27f1fd1 commit 50dc8ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bin/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>NFC Laboratory 2.6.0 - josevcm@gmail.com</Name>
<Version>2.6.0</Version>
<Name>NFC Laboratory 2.6.2 - josevcm@gmail.com</Name>
<Version>2.6.2</Version>
<Title>NFC Laboratory Installer</Title>
<Publisher>Jose Vicente Campos Martinez</Publisher>
<StartMenuDir>NFC Laboratory</StartMenuDir>
Expand Down
6 changes: 3 additions & 3 deletions bin/packages/nfc-lab/meta/package.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package>
<DisplayName>NFC Laboratory 2.6.0 - josevcm@gmail.com</DisplayName>
<DisplayName>NFC Laboratory 2.6.2 - josevcm@gmail.com</DisplayName>
<Description>NFC Laboratory Package Installer</Description>
<Version>2.6.0</Version>
<ReleaseDate>2021-11-21</ReleaseDate>
<Version>2.6.2</Version>
<ReleaseDate>2022-01-09</ReleaseDate>
<Licenses>
<License name="License Agreement" file="license.txt" />
</Licenses>
Expand Down
2 changes: 1 addition & 1 deletion build-installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ windeployqt.exe --debug --force --compiler-runtime --no-translations --no-system
# windeployqt.exe --release --force --compiler-runtime --no-translations --no-system-d3d-compiler --no-angle --no-opengl-sw $BuildPath/packages/nfc-lab/data/nfc-lab.exe

# Create QT installer
binarycreator.exe -c $BuildPath/config/config.xml -p $BuildPath/packages $BuildPath/nfc-lab-2.6.0-x86_64.exe
binarycreator.exe -c $BuildPath/config/config.xml -p $BuildPath/packages $BuildPath/nfc-lab-2.6.2-x86_64.exe
4 changes: 2 additions & 2 deletions src/nfc-app/app-qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set(PRIVATE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/main/cpp)

find_package(Qt5 COMPONENTS Core Widgets PrintSupport OpenGL REQUIRED)

#add_executable(nfc-lab WIN32
add_executable(nfc-lab
add_executable(nfc-lab WIN32
#add_executable(nfc-lab
src/main/cpp/main.cpp
src/main/cpp/main.rc
src/main/cpp/QtApplication.cpp
Expand Down
4 changes: 2 additions & 2 deletions src/nfc-lib/lib-rt/rt-lang/src/main/cpp/Logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

//#define NULL_LOG
//#define STDERR_LOG
#define STDOUT_LOG
//#define FSTREAM_LOG
//#define STDOUT_LOG
#define FSTREAM_LOG

namespace rt {

Expand Down

0 comments on commit 50dc8ae

Please sign in to comment.