mcwm-git: bump version (20130808)
This commit is contained in:
parent
80bb2091c0
commit
b8fd55c087
|
@ -61,6 +61,9 @@
|
|||
/* Default width of border window, in pixels. Used unless -b width. */
|
||||
#define BORDERWIDTH 1
|
||||
|
||||
/* Default snap margin in pixels. Used unless -s width. */
|
||||
#define SNAPMARGIN 0
|
||||
|
||||
/*
|
||||
* Keysym codes for window operations. Look in X11/keysymdefs.h for
|
||||
* actual symbols. Use XK_VoidSymbol to disable a function.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mcwm-git'
|
||||
pkgname=mcwm-git
|
||||
version=20130719
|
||||
version=20130828
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-keysyms-devel xcb-util-wm-devel"
|
||||
|
|
Loading…
Reference in New Issue