adu-1.0.0. v1.0.0
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 20 Apr 2016 18:43:44 +0000 (20:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 20 Apr 2016 18:43:44 +0000 (20:43 +0200)
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

index ed5db6daef5807d74d295127a7fa401ad2bee5e1..00ef9e84c27d9eaec5312792fee98ccbe8be32d1 100644 (file)
--- 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