Declare current state as Beta instead of Release Candidate
This commit is contained in:
parent
b39620c6da
commit
156c18e79c
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMP ?= /tmp
|
||||
DIST_PREFIX = ${TMP}
|
||||
VERSION = 4.2rc1
|
||||
VERSION = 4.2beta1
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = $(shell if git st > /dev/null; then echo git; \
|
||||
|
||||
@ -754,7 +754,7 @@ my $FAIL = 0;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -130,7 +130,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -169,7 +169,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -156,7 +156,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -116,7 +116,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.2rc1';
|
||||
my $RELEASE = '4.2beta1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
|
||||
xen-tools (4.2~beta1-1) UNRELEASED; urgency=low
|
||||
|
||||
* New maintainer and upstream authors
|
||||
* Reintroduction into Debian Unstable (Closes: #566714)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user