From 818db8e92e481f89b790dc93795ac208465aa142 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Mar 2012 15:41:39 +0100 Subject: ==== release 1.1 ==== --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bd4315..71b2421 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BIN_TARGETS = mtu SBIN_TARGETS = pingu pinguctl LUA_TARGETS = client.so TARGETS = $(BIN_TARGETS) $(SBIN_TARGETS) $(LUA_TARGETS) -VERSION = 1.0 +VERSION = 1.1 PINGU_VERSION := $(shell \ if [ -d .git ]; then \ git describe --long; \ -- cgit v1.2.3