From a15764504022aa5d3fd243f5e27902e2a61f977c Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 21 Nov 2016 10:31:32 -0300 Subject: Let's call this 0.9.0-c9b74a765767 --- Makefile.mingw | 2 +- configure.ac | 2 +- 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], -- cgit v1.2.3