changeset 730:8997e28553a8

made some changes more concistent
author Anselm R. Garbe <arg@suckless.org>
date Mon, 05 Feb 2007 11:19:46 +0100
parents 9c3bf42bdbf4
children 29c9b557ed95
files client.c config.mk
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client.c	Mon Feb 05 11:09:53 2007 +0100
+++ b/client.c	Mon Feb 05 11:19:46 2007 +0100
@@ -7,7 +7,7 @@
 #include <X11/Xatom.h>
 #include <X11/Xutil.h>
 
-/* static functions */
+/* static */
 
 static void
 detachstack(Client *c) {
@@ -65,7 +65,7 @@
 	return 0;
 }
 
-/* extern functions */
+/* extern */
 
 void
 configure(Client *c) {
--- a/config.mk	Mon Feb 05 11:09:53 2007 +0100
+++ b/config.mk	Mon Feb 05 11:19:46 2007 +0100
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.3
+VERSION = 3.4
 
 # Customize below to fit your system