Skip to content

Commit

Permalink
Merge pull request #113 from lidaobing/release_0.7.4
Browse files Browse the repository at this point in the history
Release 0.7.4
  • Loading branch information
lidaobing authored Jan 24, 2018
2 parents de62443 + 5017b5a commit e1207cd
Show file tree
Hide file tree
Showing 19 changed files with 10,730 additions and 2,230 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.1)
project (iptux
VERSION 0.7.3)
VERSION 0.7.4)

set (CMAKE_CXX_STANDARD 11)
if (APPLE AND EXISTS /usr/local/opt/gettext)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.7.4 (2018-XX-XX)
# 0.7.4 (2018-01-24)

* [#?] fix bug in save share management.
* [#97] don't download googletest if already installed.
Expand Down
22 changes: 14 additions & 8 deletions po/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
GETTEXT_CREATE_TRANSLATIONS(iptux.pot
ALL
de.po
en_GB.po
es.po
pl.po
zh_CN.po
zh_TW.po)
GETTEXT_CREATE_TRANSLATIONS(iptux.pot
ALL
de.po
en_GB.po
es.po
fr.po
gl.po
it.po
lb.po
pl.po
pt_BR.po
ru.po
zh_CN.po
zh_TW.po)
Empty file removed po/ChangeLog
Empty file.
5 changes: 0 additions & 5 deletions po/LINGUAS

This file was deleted.

Loading

0 comments on commit e1207cd

Please sign in to comment.