From: Martin Mares Date: Mon, 25 Jun 2007 17:24:27 +0000 (+0200) Subject: Bumped version number. X-Git-Tag: v1.4~29 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=85228c985452d9de4463bdea9a79fc54543532ed;p=checkmail.git Bumped version number. --- diff --git a/Makefile b/Makefile index e8ebb90..7b512d6 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG) -std=gnu99 -DVERSION=$(VERSION) -DYEAR=$(YEAR) LDFLAGS=-lncurses -VERSION=0.4 -YEAR=2006 +VERSION=0.5 +YEAR=2007 all: cm