mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
releasing 2.47
This commit is contained in:
parent
be3bf12033
commit
e0b715f8ec
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -29,7 +29,7 @@ byobu (2.47-0ubuntu1) lucid; urgency=low
|
||||||
[ Jason Cohen ]
|
[ Jason Cohen ]
|
||||||
* usr/bin/byobu: check if our terminfo supports 256 colors, LP: #409353
|
* 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
|
byobu (2.46-0ubuntu1) lucid; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -35,7 +35,7 @@ rsync -aP /tmp/$PKG.tar.gz kirkland@people.canonical.com:~kirkland/public_html
|
||||||
|
|
||||||
# Open the next release for development
|
# Open the next release for development
|
||||||
nextminor=`expr $minor + 1`
|
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"
|
dch -v "$MAJOR.$nextminor" "UNRELEASED"
|
||||||
sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog
|
sed -i "s/$MAJOR.$nextminor) .*;/$MAJOR.$nextminor) unreleased;/" debian/changelog
|
||||||
sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec
|
sed -i "s/^Version:.*$/Version: $MAJOR.$nextminor/" rpm/$PKG.spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue