1
0
mirror of synced 2026-04-15 15:49:48 +00:00

U pdated for the new release.

This commit is contained in:
Steve Kemp
2008-02-01 19:23:20 +00:00
parent a393694ad1
commit c4adaf8603
11 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
# Only used to build distribution tarballs.
#
DIST_PREFIX = ${TMP}
VERSION = 3.7
VERSION = 3.9
BASE = xen-tools

View File

@@ -661,7 +661,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '3.7';
my $RELEASE = '3.9';

View File

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

View File

@@ -169,7 +169,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.7';
my $RELEASE = '3.9';

View File

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

View File

@@ -118,7 +118,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.7';
my $RELEASE = '3.9';

View File

@@ -120,7 +120,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.7';
my $RELEASE = '3.9';
#

View File

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

View File

@@ -97,7 +97,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '3.7';
my $RELEASE = '3.9';

View File

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

4
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
xen-tools (xxx) unstable; urgency=low
xen-tools (3.9-1) unstable; urgency=low
- general:
- Removed recommendation on perl-doc. (Closes: #447715)
@@ -12,7 +12,7 @@ xen-tools (xxx) unstable; urgency=low
- Return exit status of 127 on any error.
(Closes: #455916)
-- Blah
-- Steve Kemp <skx@debian.org> Fri, 1 Feb 2007 19:22:01 +0000
xen-tools (3.8-1) unstable; urgency=low