From c40d9fade51f4aa08adacf0ebe81d79d2650ffb3 Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 8 Jun 2017 15:24:01 -0300 Subject: Release 0.9.4-c9b74a765767 --- Makefile.mingw | 2 +- configure.ac | 2 +- patches/12-http-agent.patch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.mingw b/Makefile.mingw index 7c7a59b..d9c5f05 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -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 = ../../../.. diff --git a/configure.ac b/configure.ac index 94eec0d..d77c058 100644 --- a/configure.ac +++ b/configure.ac @@ -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], diff --git a/patches/12-http-agent.patch b/patches/12-http-agent.patch index 20e5b4b..a03da6e 100644 --- a/patches/12-http-agent.patch +++ b/patches/12-http-agent.patch @@ -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 -- cgit v1.2.3