diff --git a/CHANGELIST b/CHANGELIST index 506703d..9187a0b 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -9,6 +9,9 @@ KNOWN ISSUES: Unfortunately, there seem to be no common and stable way to do what xdotool does *on* Wayland, so xdotool does not work correctly under Wayland. +3.20211022.1 + - Fix a bug causing `make create-package-deb` to fail. (#362) + 3.20210903.1 - Revert XWayland detection. Some parts of xdotool do not work under XWayland. However, many features *do* work on XWayland, and rejecting XWayland caused problems for several diff --git a/VERSION b/VERSION index 22e2b99..59d71f9 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ MAJOR="3" -RELEASE="20210903" +RELEASE="20211022" REVISION="1" diff --git a/xdo_version.h b/xdo_version.h index 98883f4..9c0b37d 100644 --- a/xdo_version.h +++ b/xdo_version.h @@ -1,4 +1,4 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -static const char *XDO_VERSION = "3.20210903.1"; +static const char *XDO_VERSION = "3.20211022.1"; #endif /* ifndef _VERSION_H */