1
0
mirror of synced 2026-01-13 23:26:10 +00:00

Bump version to 4.3.1+dev

This commit is contained in:
Axel Beckert 2012-11-13 18:07:42 +01:00
parent 8523d76c14
commit b233cb614d
12 changed files with 17 additions and 11 deletions

View File

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

View File

@ -822,7 +822,7 @@ my $FAIL = 0;
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';
#

View File

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

View File

@ -171,7 +171,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';

View File

@ -101,7 +101,7 @@ $CONFIG{ 'prefix' } = "/etc/xen";
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';

View File

@ -116,7 +116,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';

View File

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

View File

@ -156,7 +156,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';

View File

@ -98,7 +98,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';

View File

@ -81,7 +81,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.3.1';
my $RELEASE = '4.3.1+dev';
# Init
my $mirror = '';

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xen-tools (4.3.1+dev-1) UNRELEASED; urgency=low
* New upstream release
-- Axel Beckert <abe@debian.org> Tue, 13 Nov 2012 18:05:05 +0100
xen-tools (4.3.1-1) unstable; urgency=low
* Remove t/modules.t in upstream's t/Makefile instead of debian/rules'