Skip to content

Commit fb6ad64

Browse files
committed
Update version for new release
1 parent 06f6960 commit fb6ad64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if type po4a-translate >/dev/null 2>&1; then
115115
do
116116
LOCALE=$(basename "$f" .man.po)
117117
install -d ${PREFIX}/share/man/${LOCALE}/man1
118-
po4a-translate -f man -m data/man/tilix -p data/man/po/${LOCALE}.man.po -l ${PREFIX}/share/man/${LOCALE}/man1/tilix.1
118+
po4a-translate -k 0 -f man -m data/man/tilix -p data/man/po/${LOCALE}.man.po -l ${PREFIX}/share/man/${LOCALE}/man1/tilix.1
119119
gzip -f ${PREFIX}/share/man/${LOCALE}/man1/tilix.1
120120
done
121121
fi

source/gx/tilix/constants.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";
5454

5555
// Application values used in About Dialog
5656
enum APPLICATION_NAME = "Tilix";
57-
enum APPLICATION_VERSION = "1.5.5-1.0.0";
57+
enum APPLICATION_VERSION = "1.5.6";
5858
enum APPLICATION_AUTHOR = "Gerald Nunn";
5959
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR;
6060
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");

0 commit comments

Comments
 (0)