Prepare 4.2 release
This commit is contained in:
parent
d8f8d6c816
commit
e80568ec17
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMP ?= /tmp
|
||||
DIST_PREFIX = ${TMP}
|
||||
VERSION = 4.2rc2
|
||||
VERSION = 4.2
|
||||
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; \
|
||||
|
||||
@ -801,7 +801,7 @@ my $FAIL = 0;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -131,7 +131,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -170,7 +170,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -121,7 +121,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -157,7 +157,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -116,7 +116,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc2';
|
||||
my $RELEASE = '4.2';
|
||||
|
||||
|
||||
#
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
xen-tools (4.2~rc2-1) UNRELEASED; urgency=low
|
||||
xen-tools (4.2-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release candidate
|
||||
- Fixes several cases of broken or incomplete config files with
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user