From: Andre Noll <maan@systemlinux.org>
Date: Fri, 21 Jan 2011 16:23:42 +0000 (+0100)
Subject: adu-0.1.0.
X-Git-Tag: v0.1.0
X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=efd5d337baf4a0f102c9f6a51aff579bd80202c6;p=adu.git

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 ;)
---

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