1
0
mirror of synced 2026-01-22 18:21:20 +00:00

Release as 4.5

This commit is contained in:
Axel Beckert 2014-10-23 16:28:12 +02:00
parent 81ca2fb62d
commit fd0a486beb
12 changed files with 13 additions and 13 deletions

View File

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

View File

@ -839,7 +839,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.4';
my $RELEASE = '4.5';
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -112,7 +112,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.4';
my $RELEASE = '4.5';
#

4
debian/changelog vendored
View File

@ -1,4 +1,4 @@
xen-tools (4.4+dev-1) UNRELEASED; urgency=low
xen-tools (4.5-1) unstable; urgency=low
* New upstream release
+ Use "686-pae" kernels instead of "686" kernels on Debian Wheezy and
@ -39,7 +39,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
* Fix lintian warning depends-on-perl-modules.
* Add lintian override for debian-news-entry-uses-asterisk; I disagree.
-- Axel Beckert <abe@debian.org> Sun, 15 Dec 2013 17:20:43 +0100
-- Axel Beckert <abe@debian.org> Sat, 25 Oct 2014 23:27:18 +0200
xen-tools (4.4-1) unstable; urgency=low