From 56fe73388e1575a0647c57dab6701a43d4393688 Mon Sep 17 00:00:00 2001
From: MC <mc@hack.org>
Date: Sun, 20 Jun 2010 16:53:29 +0200
Subject: [PATCH] Bump VERSION.

-DDEBUG should not be default.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d755aec..075c632 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=201000619
+VERSION=201000620
 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