Skip to content

Commit

Permalink
release: update V0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Sep 10, 2021
1 parent b3d0317 commit 225dac2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ jobs:
with:
name: YUVviewer_macos
path: |
./build_release/out
./build_release/out/YUVviewer.dmg
2 changes: 1 addition & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OPENCV_DIR=/home/xiaoming/Desktop/opencv
# 定义版本号
YVYVIEWER_MAJARVERSION="0"
YVYVIEWER_SUBVERSION="4"
YVYVIEWER_REVISION="3"
YVYVIEWER_REVISION="4"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OPENCV_DIR=/home/xiaoming/Desktop/opencv
# 定义版本号
YVYVIEWER_MAJARVERSION="0"
YVYVIEWER_SUBVERSION="4"
YVYVIEWER_REVISION="3"
YVYVIEWER_REVISION="4"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set "INNO_SETUP_DIR=C:/Program Files (x86)/Inno Setup 6"
:: 定义opencv目录
set "OPENCV_DIR=D:/Qt/opencv4.2.0/x64/mingw/bin"
:: 定义版本号
set "YVYVIEWER_VERSION=0.4.3"
set "YVYVIEWER_VERSION=0.4.4"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Expand Down
2 changes: 1 addition & 1 deletion partform_unix.pri
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# 定义opencv lib路径
OPENCV_DIR=/home/xiaoming/Desktop/opencv
# 定义版本号路径
YVYVIEWER_VERSION=0.4.3
YVYVIEWER_VERSION=0.4.4
###############################################################################
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 @@
# 定义opencv lib路径
OPENCV_DIR=D:\Qt\opencv4.2.0
# 定义版本号路径
YVYVIEWER_VERSION=0.4.3
YVYVIEWER_VERSION=0.4.4
###############################################################################
2 changes: 1 addition & 1 deletion src/YUVviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from configFile import ConfigFile
from ImgViewer import ImgViewer

VERSION = 'V0.4.3'
VERSION = 'V0.4.4'
GIT_TAG = 'error:not found!'
with open('git_tag.inc') as fp:
GIT_TAG = fp.read()
Expand Down

0 comments on commit 225dac2

Please sign in to comment.