Skip to content

Commit

Permalink
Merge pull request #96 from iptux-src/release_0.7.2
Browse files Browse the repository at this point in the history
release 0.7.2
  • Loading branch information
lidaobing authored Jan 15, 2018
2 parents 4b99717 + 971337b commit a49cb99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1)
VERSION 0.7.2)

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

* [?] fix crash when clicking on the popup menu of the mainwindow.

* [?] introduce gtest.
* [?] support specify config from command line.
* [#92] clean the icon namespace.
* [?] update po/iptux.pot, update zh_CN translation.
* [?] update po/iptux.pot, update `zh_CN` translation.

# 0.7.1 (2018-01-14)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ xgettext \
--keyword=_ \
--from-code=utf-8 \
--package-name=iptux \
--package-version=0.7.1 \
--package-version=0.7.2 \
--msgid-bugs-address=https://github.com/iptux-src/iptux/issues/new
```
4 changes: 2 additions & 2 deletions po/iptux.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: iptux 0.7.1\n"
"Project-Id-Version: iptux 0.7.2\n"
"Report-Msgid-Bugs-To: https://github.com/iptux-src/iptux/issues/new\n"
"POT-Creation-Date: 2018-01-16 00:14+0800\n"
"POT-Creation-Date: 2018-01-16 01:19+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit a49cb99

Please sign in to comment.