diff --git a/debian/changelog b/debian/changelog index a5a4ae85..88a351c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (3.14) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Sun, 28 Nov 2010 10:41:15 -0600 + byobu (3.13-0ubuntu1) natty; urgency=low [ Dustin Kirkland ] diff --git a/usr/bin/byobu b/usr/bin/byobu index 463dc318..604d109d 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=3.13 +VERSION=3.14 [ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" export BYOBU_PREFIX [ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"