From ac62247d07b3d169645a38b14234234d9d0eceea Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 11 Jun 2011 09:42:08 -0400 Subject: [PATCH] opening 4.11 --- debian/changelog | 6 ++++++ usr/bin/byobu | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dee48aed..838277b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (4.11) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Sat, 11 Jun 2011 09:42:07 -0400 + byobu (4.10-0ubuntu1) oneiric; urgency=low * debian/postinst: diff --git a/usr/bin/byobu b/usr/bin/byobu index a40dd7ab..40290311 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=4.10 +VERSION=4.11 [ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" export BYOBU_PREFIX [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"