From e0b715f8ec0cdb875a3bda2d2c12cb0c7e18df34 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 12 Jan 2010 12:13:35 -0600 Subject: [PATCH] releasing 2.47 --- debian/changelog | 2 +- debian/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3fd2212b..af1fe4ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,7 +29,7 @@ byobu (2.47-0ubuntu1) lucid; urgency=low [ Jason Cohen ] * usr/bin/byobu: check if our terminfo supports 256 colors, LP: #409353 - -- Dustin Kirkland Tue, 12 Jan 2010 12:11:19 -0600 + -- Dustin Kirkland Tue, 12 Jan 2010 12:13:26 -0600 byobu (2.46-0ubuntu1) lucid; urgency=low diff --git a/debian/release.sh b/debian/release.sh index 5b5791cb..6a60fe72 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -35,7 +35,7 @@ rsync -aP /tmp/$PKG.tar.gz kirkland@people.canonical.com:~kirkland/public_html # Open the next release for development nextminor=`expr $minor + 1` -sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" $PKG +sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" usr/bin/$PKG dch -v "$MAJOR.$nextminor" "UNRELEASED" sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec