From 2c6a364ea289f39581d1915df6c0bfa01f98b5c1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 20 Apr 2016 20:43:44 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2