diff --git a/debian/changelog b/debian/changelog index b36066d3..816cc94e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -byobu (6.11) unreleased; urgency=medium +byobu (6.12) unreleased; urgency=medium + + * UNRELEASED + + -- Dustin Kirkland Sat, 10 Feb 2024 11:24:14 -0600 + +byobu (6.11-0ubuntu1) noble; urgency=medium * usr/share/byobu/profiles/bashrc: - fix BYOBU_RUN_DIR and BYOBU_PREFIX issue @@ -11,7 +17,7 @@ byobu (6.11) unreleased; urgency=medium - added support for dnf package manager - https://code.launchpad.net/~sanjay-ankur/byobu/byobu/+merge/415959 - -- Dustin Kirkland Sat, 10 Feb 2024 11:03:36 -0600 + -- Dustin Kirkland Sat, 10 Feb 2024 11:24:04 -0600 byobu (6.10-0ubuntu1) noble; urgency=medium diff --git a/usr/bin/byobu.in b/usr/bin/byobu.in index c53fb124..b04eb1ab 100755 --- a/usr/bin/byobu.in +++ b/usr/bin/byobu.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION=6.11 +VERSION=6.12 PKG="byobu" # All sorts of things go wrong if you don't own your $HOME dir.