From 85228c985452d9de4463bdea9a79fc54543532ed Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 25 Jun 2007 19:24:27 +0200 Subject: [PATCH] Bumped version number. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2