From e5dc1c052c03bd03456b00551d420d98d0051fbb Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 26 Jun 2009 17:35:39 -0500 Subject: [PATCH] releasing $MAJOR.$minor --- debian/changelog | 2 +- debian/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a9f8b37..919705bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,7 @@ byobu (2.17-0ubuntu1) karmic; urgency=low [ Ciemon Dunville ] * byobu.1: update description, add note about units of measure - -- Dustin Kirkland Fri, 26 Jun 2009 12:42:59 -0500 + -- Dustin Kirkland Fri, 26 Jun 2009 17:34:30 -0500 byobu (2.16-0ubuntu1) karmic; urgency=low diff --git a/debian/release.sh b/debian/release.sh index 5428ef26..e5e987a9 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -30,7 +30,7 @@ rsync -aP /tmp/$PKG-export.tar.gz kirkland@people.ubuntu.com:~kirkland/public_ht # Open the next release for development nextminor=`expr $minor + 1` -sed -i "/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu +sed -i "s/^VERSION=.*$/VERSION=$MAJOR.$nextminor/" byobu 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