Skip to content

Commit

Permalink
ci:updatev v0.2.0-bata
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Jul 27, 2022
1 parent 2b781cf commit 2ddc2ab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ CMakeLists.txt.user*
/target

git_tag.inc
git_tag.ci.inc
git_tag.ci.inc
.DS_Store
4 changes: 2 additions & 2 deletions build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64

# 定义版本号
TTFVIEWER_MAJARVERSION="0"
TTFVIEWER_SUBVERSION="1"
TTFVIEWER_REVISION="1"
TTFVIEWER_SUBVERSION="2"
TTFVIEWER_REVISION="0"
###############################################################################


Expand Down
4 changes: 2 additions & 2 deletions build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64

# 定义版本号
TTFVIEWER_MAJARVERSION="0"
TTFVIEWER_SUBVERSION="1"
TTFVIEWER_REVISION="1"
TTFVIEWER_SUBVERSION="2"
TTFVIEWER_REVISION="0"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set "QT_TOOLS_DIR=C:/Qt/Qt6.2.0/Tools/mingw810_32/bin"
:: 定义Inno Setup目录
set "INNO_SETUP_DIR=C:/Program Files (x86)/Inno Setup 6"
:: 定义版本号
set "TTFVIEWER_VERSION=0.1.1"
set "TTFVIEWER_VERSION=0.2.0"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Expand Down
4 changes: 2 additions & 2 deletions partform_unix.pri
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
# 定义freetype2 lib路径
FREETPE2_DIR=/home/qqm/Desktop/ttfviewer/depend/freetype
FREETPE2_DIR=/Users/quard/Desktop/TTFviewer/depend/ttfviewer
# 定义版本号路径
TTFVIEWER_VERSION=0.1.1
TTFVIEWER_VERSION=0.2.0
###############################################################################
2 changes: 1 addition & 1 deletion partform_win32.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# 定义freetype2 lib路径
FREETPE2_DIR=D:\ttfviewer\depend\freetype
# 定义版本号路径
TTFVIEWER_VERSION=0.1.1
TTFVIEWER_VERSION=0.2.0
###############################################################################

0 comments on commit 2ddc2ab

Please sign in to comment.