Skip to content

Commit ced0eda

Browse files
committed
Release 1.3.4
1 parent dfa5eb1 commit ced0eda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(AUTHORS "Peng Huang")
1111
set(MAINTAINER "Peng Huang <shawn.p.huang at gmail dot com>")
1212
set(VERSION_MAJOR "1")
1313
set(VERSION_MINOR "3")
14-
set(VERSION_PATCH "3")
14+
set(VERSION_PATCH "4")
1515
set(VERSION_SNAPDATE "")
1616
set(LIB_VERSION "1.3.0")
1717
set(LIB_SOVERSION "1")

test/diffdist.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ PREV_VERSION_PATCH="$(expr $VERSION_PATCH - 1)"
2121
PREV_VERSION="$VERSION_MAJOR.$VERSION_MINOR.$PREV_VERSION_PATCH"
2222
zcat $DSTDIR/ibus-qt-${VERSION}-Source.tar.gz | tar xf -
2323
mv ibus-qt-${VERSION}-Source ibus-qt-${VERSION}-Source-new
24+
mv $DSTDIR/ibus-qt-${VERSION}-Source.tar.gz $DSTDIR/ibus-qt-${VERSION}-Source.tar.gz.new
2425
echo "Get upstream ibus-qt-${VERSION}-Source.tar.gz"
2526
wget https://github.com/ibus/ibus-qt/releases/download/$VERSION/ibus-qt-${VERSION}-Source.tar.gz
2627
if [ $? -ne 0 ] ; then

0 commit comments

Comments
 (0)