Bump version number to 4.7.1 (yet unreleased)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -859,7 +859,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -163,7 +163,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.7';
|
||||
my $RELEASE = '4.7.1';
|
||||
|
||||
|
||||
#
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user