From 9cfdee5578fac292f62a115a64d392039ae1c3bb Mon Sep 17 00:00:00 2001
From: MC <mc@hack.org>
Date: Tue, 22 Jun 2010 09:06:35 +0200
Subject: [PATCH] DEBUG shouldn't be default.

Bump.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 23f6ae0..792ff89 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=201000622-2
+VERSION=201000622-3
 DIST=mcwm-$(VERSION)
 DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c
 
 CC=gcc
 CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb \
-	-lxcb-keysyms -lxcb-icccm -lxcb-atom -DDEBUG
+	-lxcb-keysyms -lxcb-icccm -lxcb-atom #-DDEBUG
 
 RM=/bin/rm
 
-- 
GitLab