From: Andre Noll Date: Wed, 20 Apr 2016 18:43:44 +0000 (+0200) Subject: adu-1.0.0. X-Git-Tag: v1.0.0 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.0.0 adu-1.0.0. This project is done. In fact it was done already five years ago and has seen only a couple of minor fixes since then. With the new version number it does not look like the project is dead. --- diff --git a/Makefile b/Makefile index ed5db6d..00ef9e8 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.1.0 +version := 1.0.0 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W