Skip to content

Commit a499dec

Browse files
committed
release: update V0.4.9
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent d33db7a commit a499dec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OPENCV_DIR=/home/xiaoming/Desktop/opencv
99
# 定义版本号
1010
YVYVIEWER_MAJARVERSION="0"
1111
YVYVIEWER_SUBVERSION="4"
12-
YVYVIEWER_REVISION="8"
12+
YVYVIEWER_REVISION="9"
1313
###############################################################################
1414

1515

build_dmg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OPENCV_DIR=/home/xiaoming/Desktop/opencv
99
# 定义版本号
1010
YVYVIEWER_MAJARVERSION="0"
1111
YVYVIEWER_SUBVERSION="4"
12-
YVYVIEWER_REVISION="8"
12+
YVYVIEWER_REVISION="9"
1313
###############################################################################
1414

1515

build_setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set "INNO_SETUP_DIR=C:/Program Files (x86)/Inno Setup 6"
99
:: 定义opencv目录
1010
set "OPENCV_DIR=D:/Qt/opencv4.2.0/x64/mingw/bin"
1111
:: 定义版本号
12-
set "YVYVIEWER_VERSION=0.4.8"
12+
set "YVYVIEWER_VERSION=0.4.9"
1313
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
1414

1515

partform_unix.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# 定义opencv lib路径
33
OPENCV_DIR=/home/xiaoming/Desktop/opencv
44
# 定义版本号路径
5-
YVYVIEWER_VERSION=0.4.8
5+
YVYVIEWER_VERSION=0.4.9
66
###############################################################################

partform_win32.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# 定义opencv lib路径
33
OPENCV_DIR=D:\Qt\opencv4.2.0
44
# 定义版本号路径
5-
YVYVIEWER_VERSION=0.4.8
5+
YVYVIEWER_VERSION=0.4.9
66
###############################################################################

0 commit comments

Comments
 (0)