Bump version to 0.9.3

master
Michael Santos 7 years ago
parent 77c76d6626
commit 2d67d64ecb

@ -1263,7 +1263,7 @@ xmppipe_strtonum(xmppipe_state_t *state, const char *nptr, long long minval,
static void
usage(xmppipe_state_t *state)
{
(void)fprintf(stderr, "%s %s (%s)\n",
(void)fprintf(stderr, "%s %s (using %s sandbox)\n",
__progname, XMPPIPE_VERSION, XMPPIPE_SANDBOX);
(void)fprintf(stderr,
"usage: %s [OPTIONS]\n"

@ -22,7 +22,7 @@
#include <strophe.h>
#define XMPPIPE_VERSION "0.9.2"
#define XMPPIPE_VERSION "0.9.3"
#define XMPPIPE_RESOURCE "xmppipe"
#define XMPPIPE_STREQ(a,b) (strcmp((a),(b)) == 0)

Loading…
Cancel
Save