Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-03-29 16:03:53 +0300
committerdequis <dx@dxzone.com.ar>2017-03-29 16:03:53 +0300
commit5061391e989b53e68f919bb0e75e12584364683a (patch)
tree873060d94a25b3e3454dd254fe406ec82ccbce48
parent8bd06316b71342cebeb0a3d9a40ea47a6bfc9d1c (diff)
Release 0.9.2-c9b74a765767, fixing message sending and other errorsv0.9.2-c9b74a765767
-rw-r--r--Makefile.mingw2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 4bfc82c..52d5aca 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,4 +1,4 @@
-PLUGIN_VERSION = 0.9.1-$(shell cat VERSION)
+PLUGIN_VERSION = 0.9.2-$(shell cat VERSION)
PURPLE_VERSION = 2.10.11
TREE_TOP = ../../../..
diff --git a/configure.ac b/configure.ac
index 98da615..0c0e134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_join([-], [0.9.1], m4_esyscmd_s([cat VERSION])),
+ m4_join([-], [0.9.2], m4_esyscmd_s([cat VERSION])),
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],