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>2016-11-21 16:31:32 +0300
committerdequis <dx@dxzone.com.ar>2016-11-21 16:37:22 +0300
commita15764504022aa5d3fd243f5e27902e2a61f977c (patch)
tree6fc8d835e281964419ab0de0d614211219975d5b
parentc9cbaf05afc2c0d036c67b9c5432bff2bb20dde0 (diff)
Let's call this 0.9.0-c9b74a765767v0.9.0-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 408a8b1..139e5f9 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,4 +1,4 @@
-PLUGIN_VERSION = $(shell cat VERSION)
+PLUGIN_VERSION = 0.9.0-$(shell cat VERSION)
PURPLE_VERSION = 2.10.11
TREE_TOP = ../../../..
diff --git a/configure.ac b/configure.ac
index 97057ae..c870eb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_esyscmd_s([cat VERSION]),
+ m4_join([-], [0.9.0], m4_esyscmd_s([cat VERSION])),
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],