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-30 08:28:20 +0300
committerdequis <dx@dxzone.com.ar>2017-03-30 08:28:20 +0300
commit3cbb433d12ba04111fd0ba3e6c86dac72cfc83a4 (patch)
tree0ff9a26debf9f8e36ecefc6b1c56a3a76dd2437a
parentc4170b32c6325ba9f84bba5e09285c8e1f4df7e7 (diff)
Release 0.9.3-c9b74a765767, fixing groupchat join errorsv0.9.3-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 52d5aca..7c7a59b 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,4 +1,4 @@
-PLUGIN_VERSION = 0.9.2-$(shell cat VERSION)
+PLUGIN_VERSION = 0.9.3-$(shell cat VERSION)
PURPLE_VERSION = 2.10.11
TREE_TOP = ../../../..
diff --git a/configure.ac b/configure.ac
index 0c0e134..94eec0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_join([-], [0.9.2], m4_esyscmd_s([cat VERSION])),
+ m4_join([-], [0.9.3], m4_esyscmd_s([cat VERSION])),
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],