Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Oct 22, 2021
1 parent 2415b83 commit eb489de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MAJOR="3"
RELEASE="20210903"
RELEASE="20211022"
REVISION="1"
2 changes: 1 addition & 1 deletion xdo_version.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit eb489de

Please sign in to comment.