X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=5815903d08b882aa62158e70c48e946e5c5acaca;hb=107b5e8dc73f0180e2b3f35f8ed031662bbc57fb;hp=8c13b71d2fe976fc9836bf1126403f55de715653;hpb=51e23ac98d6eea877f5d1c71663e35151b3f2059;p=moe.git diff --git a/Makefile b/Makefile index 8c13b71..5815903 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for mo-eval and related utilities # (c) 2007 Martin Mares -VERSION=1.0.1 +VERSION=1.0.99-20080220 #DEBUG=-ggdb CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -Winline $(DEBUG) -std=gnu99