diff --git a/debian/changelog b/debian/changelog index f4acdbdc..889aa879 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.63) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Tue, 09 Mar 2010 14:53:10 -0600 + byobu (2.62-0ubuntu1) lucid; urgency=low * usr/share/byobu/keybindings/common: added symlink, LP: #535166 diff --git a/rpm/byobu.spec b/rpm/byobu.spec index b1a24a39..8296d54f 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.62 +Version: 2.63 Release: 1%{?dist} Summary: a light-weight, configurable window manager built upon GNU screen Group: Applications/System License: GPL URL: http://launchpad.net/byobu -Source0: http://code.launchpad.net/byobu/trunk/2.62/+download/byobu_2.62.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.63/+download/byobu_2.63.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch diff --git a/usr/bin/byobu b/usr/bin/byobu index 51664022..b0b4b981 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.62 +VERSION=2.63 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then