From 2f4b088ae20ebd0dec8ad04ad18811d6f3515843 Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Thu, 10 Aug 2017 09:36:35 +0100 Subject: [PATCH] Set version number to 0.0.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a67dbc..2a60bab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=cc PACKAGE=mqtt-sn-tools -VERSION=0.0.3 +VERSION=0.0.4 CFLAGS=-g -Wall -DVERSION=$(VERSION) LDFLAGS= TARGETS=mqtt-sn-pub mqtt-sn-sub mqtt-sn-serial-bridge