releasing $MAJOR.$minor

This commit is contained in:
Dustin Kirkland 2009-06-26 17:35:39 -05:00
commit e5dc1c052c
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -24,7 +24,7 @@ byobu (2.17-0ubuntu1) karmic; urgency=low
[ Ciemon Dunville ] [ Ciemon Dunville ]
* byobu.1: update description, add note about units of measure * byobu.1: update description, add note about units of measure
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 26 Jun 2009 12:42:59 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 26 Jun 2009 17:34:30 -0500
byobu (2.16-0ubuntu1) karmic; urgency=low byobu (2.16-0ubuntu1) karmic; urgency=low

2
debian/release.sh vendored
View file

@ -30,7 +30,7 @@ rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_ht
# Open the next release for development # Open the next release for development
nextminor=`expr $minor + 1` nextminor=`expr $minor + 1`
sed -i "/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu
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