summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-16 23:11:52 +0100
committeruint23 <[email protected]>2025-04-16 23:11:52 +0100
commit4c45a4e1b328eb7db0c4a0a0fb6013f6bad14fb6 (patch)
tree1e199e6902d06423ff91119896c57ff28217e10c /src/defs.h
parentd1c02153202030c29c497636736483e0e2425bee (diff)
win borders working, tiling working, closing doesnt close master anymore
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index cf911cf..b7f3da1 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <X11/Xlib.h>
-#define SXWM_VERSION "sxwm ver. 0.1.0"
+#define SXWM_VERSION "sxwm ver. 0.1.1"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"