1
0
mirror of synced 2026-04-14 07:29:14 +00:00

Next release will be a release candidate

This commit is contained in:
Axel Beckert
2010-08-03 13:54:58 +02:00
parent b479e24c7d
commit 93a70819cf
12 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#
TMP ?= /tmp
DIST_PREFIX = ${TMP}
VERSION = 4.2beta1
VERSION = 4.2rc1
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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

4
debian/changelog vendored
View File

@@ -1,6 +1,6 @@
xen-tools (4.2~beta2-1) UNRELEASED; urgency=low
xen-tools (4.2~rc1-1) UNRELEASED; urgency=low
* New upstream beta version
* New upstream release candidate
- Uses GeoIP for Debian mirrors: Default Debian mirror is now
cdn.debian.net, see http://wiki.debian.org/DebianGeoMirror for
details.