Bump version in Makefile and all scripts
This commit is contained in:
parent
e7b2f1a3e7
commit
17025182eb
2
Makefile
2
Makefile
@ -14,7 +14,7 @@
|
||||
#
|
||||
TMPDIR ?= /tmp
|
||||
DIST_PREFIX = ${TMPDIR}
|
||||
VERSION = 4.8
|
||||
VERSION = 4.8.1~dev
|
||||
DEBVERSION = $(shell echo $(VERSION)|sed 's/\(rc\|pre\|beta\|alpha\)/~\1/')
|
||||
BASE = xen-tools
|
||||
VCS = git
|
||||
|
||||
@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -121,7 +121,7 @@ $CONFIG{ 'template' } = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
# store version number away.
|
||||
|
||||
@ -167,7 +167,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -100,7 +100,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ use strict;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
# Init
|
||||
my $mirror = '';
|
||||
|
||||
@ -113,7 +113,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '4.8';
|
||||
my $RELEASE = '4.8.1~dev';
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user