1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Bump version to 4.2.1+dev for now

This commit is contained in:
Axel Beckert 2011-03-17 02:59:28 +01:00
parent 870ec1adac
commit d61d55baef
12 changed files with 17 additions and 11 deletions

View File

@ -14,7 +14,7 @@
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
VERSION = 4.2.1
VERSION = 4.2.1+dev
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = $(shell if git ls-files > /dev/null; then echo git; \

View File

@ -806,7 +806,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';
#

View File

@ -131,7 +131,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';
# store version number away.

View File

@ -171,7 +171,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';

View File

@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';

View File

@ -116,7 +116,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';

View File

@ -120,7 +120,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';
#

View File

@ -156,7 +156,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';

View File

@ -98,7 +98,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';

View File

@ -80,7 +80,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';
# Init
my $mirror = '';

View File

@ -117,7 +117,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2.1';
my $RELEASE = '4.2.1+dev';
#

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xen-tools (4.2.1+dev-1) UNRELEASED; urgency=low
* New upstream snapshot
-- Axel Beckert <abe@debian.org> Thu, 17 Mar 2011 02:56:41 +0100
xen-tools (4.2.1-1) unstable; urgency=low
* New upstream release