Skip to content

Commit

Permalink
Release 0.9.4-c9b74a765767
Browse files Browse the repository at this point in the history
  • Loading branch information
dequis committed Jun 8, 2017
1 parent aa6495c commit c40d9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLUGIN_VERSION = 0.9.3-$(shell cat VERSION)
PLUGIN_VERSION = 0.9.4-$(shell cat VERSION)
PURPLE_VERSION = 2.10.11

TREE_TOP = ../../../..
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_PREREQ([2.64])

AC_INIT(
[purple-facebook],
m4_join([-], [0.9.3], m4_esyscmd_s([cat VERSION])),
m4_join([-], [0.9.4], m4_esyscmd_s([cat VERSION])),
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],
Expand Down
2 changes: 1 addition & 1 deletion patches/12-http-agent.patch
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* The HTTP User-Agent header.
*/
-#define FB_API_AGENT "Facebook plugin / Purple / 0.9"
+#define FB_API_AGENT "Facebook plugin / Purple / 0.9.3 " FB_ORCA_AGENT
+#define FB_API_AGENT "Facebook plugin / Purple / 0.9.4 " FB_ORCA_AGENT

/**
* FB_API_MQTT_AGENT
Expand Down

0 comments on commit c40d9fa

Please sign in to comment.