Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
winsoft666 committed Apr 6, 2021
1 parent 8abb39a commit 2b443aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion deploy/deploy_debug.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@echo off

set QT_DIR=D:\Qt-5.14.2\5.14.2\msvc2017
REM Update Qt Dir
set QT_DIR=C:\Qt\Qt5.12.10\5.12.10\msvc2017

set PATH=%QT_DIR%\bin;%PATH%


Expand Down
4 changes: 3 additions & 1 deletion deploy/deploy_release.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@echo off

set QT_DIR=D:\Qt-5.14.2\5.14.2\msvc2017
REM Update Qt Dir
set QT_DIR=C:\Qt\Qt5.12.10\5.12.10\msvc2017

set PATH=%QT_DIR%\bin;%PATH%


Expand Down
2 changes: 1 addition & 1 deletion src/QCefWidget/Include/QCefVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

#define QCEF_VERSION_MAJOR 1
#define QCEF_VERSION_MINOR 0
#define QCEF_VERSION_PATCH 1
#define QCEF_VERSION_PATCH 2

#endif // !QCEF_VERSION_H_

0 comments on commit 2b443aa

Please sign in to comment.