From bb07e5f7bd928e8fb678568598044d414279dfe6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 21 Jan 2011 17:23:42 +0100 Subject: [PATCH] adu-0.1.0. No bug reports and no commits for more than one year. This can only mean that adu is ready for production use now ;) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9871673..1cb6956 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ objects := adu.o string.o cmdline.o fd.o select.o create.o interactive.o select.cmdline.o format.o user.o bloom.o all: adu -version := 0.0.5 +version := 0.1.0 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -- 2.39.2