summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CHANGELOG.md6
-rw-r--r--src/defs.h2
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index a8d732e..5efdcb3 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -2,7 +2,9 @@
All notable changes to this project will be documented in this file.
-#### v1.7 (git)
+#### v1.8 (git)
+
+#### v1.7 (current)
- **NEW**: Monocle layout
- **NEW**: Developer documentation
- **NEW**: `_NET_FRAME_EXTENTS` support
@@ -25,7 +27,7 @@ All notable changes to this project will be documented in this file.
- **FIX**: Closing client won't warp cursor back
- **FIX**: Build instructions
-#### v1.6 (current)
+#### v1.6
- **NEW**: True multi-monitor support
- **NEW**: Vertical stack resizing
- **NEW**: Mouse warping
diff --git a/src/defs.h b/src/defs.h
index 060c3d8..9ebfecb 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,7 +1,7 @@
/* See LICENSE for more information on use */
#pragma once
#include <X11/Xlib.h>
-#define SXWM_VERSION "sxwm ver. 1.7"
+#define SXWM_VERSION "sxwm ver. 1.8"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"