From 20f8b5904c0d0c1b756dbe510a8a2bf86549d2fb Mon Sep 17 00:00:00 2001 From: Michael Santos Date: Wed, 19 Apr 2017 10:22:16 -0400 Subject: [PATCH] Increment version for pre-connect sandbox --- src/xmppipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmppipe.h b/src/xmppipe.h index 91a7dd2..b13338b 100644 --- a/src/xmppipe.h +++ b/src/xmppipe.h @@ -22,7 +22,7 @@ #include -#define XMPPIPE_VERSION "0.8.0" +#define XMPPIPE_VERSION "0.9.0" #define XMPPIPE_RESOURCE "xmppipe" #define XMPPIPE_STREQ(a,b) (strcmp((a),(b)) == 0)