Skip to content

Commit

Permalink
Update version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Apr 7, 2017
1 parent 06f6960 commit fb6ad64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if type po4a-translate >/dev/null 2>&1; then
do
LOCALE=$(basename "$f" .man.po)
install -d ${PREFIX}/share/man/${LOCALE}/man1
po4a-translate -f man -m data/man/tilix -p data/man/po/${LOCALE}.man.po -l ${PREFIX}/share/man/${LOCALE}/man1/tilix.1
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
gzip -f ${PREFIX}/share/man/${LOCALE}/man1/tilix.1
done
fi
Expand Down
2 changes: 1 addition & 1 deletion source/gx/tilix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";

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

0 comments on commit fb6ad64

Please sign in to comment.