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

Declare current state as Beta instead of Release Candidate

This commit is contained in:
Axel Beckert 2010-05-30 19:54:26 +02:00
parent b39620c6da
commit 156c18e79c
12 changed files with 12 additions and 12 deletions

View File

@ -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; \

View File

@ -754,7 +754,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '4.2rc1';
my $RELEASE = '4.2beta1';

View File

@ -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.

View File

@ -169,7 +169,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2rc1';
my $RELEASE = '4.2beta1';

View File

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

View File

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

View File

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

View File

@ -156,7 +156,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm.tmpl';
#
# Release number.
#
my $RELEASE = '4.2rc1';
my $RELEASE = '4.2beta1';

View File

@ -97,7 +97,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.2rc1';
my $RELEASE = '4.2beta1';

View File

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

View File

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

2
debian/changelog vendored
View File

@ -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)