]> git.tuebingen.mpg.de Git - adu.git/commitdiff
adu-0.1.0. maint v0.1.0
authorAndre Noll <maan@systemlinux.org>
Fri, 21 Jan 2011 16:23:42 +0000 (17:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 21 Jan 2011 16:23:42 +0000 (17:23 +0100)
No bug reports and no commits for more than one year. This can only mean
that adu is ready for production use now ;)

Makefile

index 98716731500fd28e75fba59173efa43e1d7b6a69..1cb69566d3d8844275b29a0890ce8e08095b9b51 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
 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
 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W