From 933e9cc7811bb993d92d6c7d9298eadb573cf02f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 14 Aug 2014 00:30:30 -0500 Subject: [PATCH] * usr/bin/byobu.in: - bikeshed scripts broke and quit incrementing the version number, when I moved byobu to byobu.in --- debian/changelog | 4 +++- usr/bin/byobu.in | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 349f7e20..9b3da112 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (5.86) unreleased; urgency=medium - * UNRELEASED + * usr/bin/byobu.in: + - bikeshed scripts broke and quit incrementing the version number, + when I moved byobu to byobu.in -- Dustin Kirkland Tue, 05 Aug 2014 23:21:35 +0200 diff --git a/usr/bin/byobu.in b/usr/bin/byobu.in index c8276a7f..48766e52 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=5.74 +VERSION=5.86 PKG="byobu" # All sorts of things go wrong if you don't own your $HOME dir.