From: Martin Mares Date: Sun, 15 Apr 2012 14:54:12 +0000 (+0200) Subject: Released as v1.1 X-Git-Tag: v1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e86321d03eb795669378283dd15e9b5514d5760b;p=osdd.git Released as v1.1 --- diff --git a/Makefile b/Makefile index eeee439..0434fa3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.0 +VERSION=1.1 ARCHIVE=osdd-$(VERSION).tar.gz CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99