1
0
mirror of synced 2026-05-26 15:04:26 +00:00

Bump version number to 4.7.1 (yet unreleased)

This commit is contained in:
Axel Beckert
2019-02-03 17:12:35 +01:00
parent 07e56db75c
commit a78388dd1e
12 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#
TMPDIR ?= /tmp
DIST_PREFIX = ${TMPDIR}
VERSION = 4.7
VERSION = 4.7.1
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
BASE = xen-tools
VCS = git

View File

@@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
#

View File

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

View File

@@ -163,7 +163,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
#

View File

@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';

View File

@@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
#

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
#

View File

@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';

View File

@@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';

View File

@@ -79,7 +79,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
# Init
my $mirror = '';

View File

@@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.7';
my $RELEASE = '4.7.1';
#

4
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
xen-tools (4.7-2) UNRELEASED; urgency=medium
xen-tools (4.7.1-1) UNRELEASED; urgency=medium
* Fix wrong bug number for #849867 in previous changelog entry.
* Declare compliance with Debian Policy 4.1.3.
@@ -10,7 +10,7 @@ xen-tools (4.7-2) UNRELEASED; urgency=medium
* Prefer btrfs-progs over now transitional package btrfs-tools. (Closes:
#878910)
-- Axel Beckert <abe@debian.org> Mon, 23 Jan 2017 01:36:27 +0100
-- Axel Beckert <abe@debian.org> Sun, 03 Feb 2019 17:11:22 +0100
xen-tools (4.7-1) unstable; urgency=medium