releasing 2.47

This commit is contained in:
Dustin Kirkland 2010-01-12 12:13:35 -06:00
commit e0b715f8ec
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Tue, 12 Jan 2010 12:11:19 -0600
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 12 Jan 2010 12:13:26 -0600
byobu (2.46-0ubuntu1) lucid; urgency=low

2
debian/release.sh vendored
View file

@ -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