summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-20 01:32:59 +0100
committeruint23 <[email protected]>2025-04-20 01:32:59 +0100
commitf2a3ed0e40cee26d59611df1ccf27f140919681c (patch)
treef1bfd5dba2685aa1f8d3783320c370119effb589 /src/defs.h
parent87179f825fd1c46b59cce38aafd8b4102fca2685 (diff)
updt usercfg
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index b7b2d20..f8de140 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,10 +1,12 @@
+/* See LICENSE for more information on use */
+
#ifndef DEFS_H
#define DEFS_H
#include <stdint.h>
#include <X11/Xlib.h>
-#define SXWM_VERSION "sxwm ver. 0.1.3"
+#define SXWM_VERSION "sxwm ver. 0.1.5"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"