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

Bump version to 4.2+dev for now, not sure if there will be a 4.2.1 or 4.3 next, maybe both

This commit is contained in:
Axel Beckert 2010-10-30 17:39:10 +02:00 committed by Axel Beckert
parent de28845d13
commit 7584bac380
12 changed files with 17 additions and 11 deletions

View File

@ -14,7 +14,7 @@
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
VERSION = 4.2
VERSION = 4.2+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';
my $RELEASE = '4.2+dev';
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xen-tools (4.2+dev-1) UNRELEASED; urgency=low
* New upstream snapshot
-- Axel Beckert <abe@debian.org> Sat, 30 Oct 2010 17:31:40 +0200
xen-tools (4.2-1) unstable; urgency=low
* New upstream release