Skip to content

Commit

Permalink
Merge pull request #220 from lidaobing/issue_219
Browse files Browse the repository at this point in the history
[#219] fix compatible with FeiQ.
  • Loading branch information
lidaobing authored Dec 28, 2018
2 parents d68961b + fe309ab commit aa4c127
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 0.7.6 (2018-12-29)

* [#219] fix compatible with FeiQ.

# 0.7.5 (2018-05-28)

* [#114] fix icon size.
* [#119] check the return code of `setsockopt`.
* [#207] fix crash when config the `Network'.
* [#207] fix crash when config the `Network`.

# 0.7.4 (2018-01-24)

Expand Down
4 changes: 3 additions & 1 deletion src/iptux/config.h.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#define VERSION "@PROJECT_VERSION@"
#define IPTUX_VERSION "iptux @PROJECT_VERSION@"

/* the 1_ prefix is used for compatible with FeiQ */
#define IPTUX_VERSION "1_iptux @PROJECT_VERSION@"
#define GETTEXT_PACKAGE "@PROJECT_NAME@"

#define __PIXMAPS_PATH "@CMAKE_INSTALL_FULL_DATADIR@/iptux/pixmaps"
Expand Down

0 comments on commit aa4c127

Please sign in to comment.