1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Bump version in Makefile and all scripts

This commit is contained in:
Axel Beckert 2020-12-19 08:06:48 +01:00
parent e7b2f1a3e7
commit 17025182eb
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -872,7 +872,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
#

View File

@ -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.

View File

@ -167,7 +167,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
#

View File

@ -106,7 +106,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';

View File

@ -111,7 +111,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
#

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
#

View File

@ -148,7 +148,7 @@ $CONFIG{ 'extension' } = '.cfg';
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';

View File

@ -100,7 +100,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';

View File

@ -79,7 +79,7 @@ use strict;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
# Init
my $mirror = '';

View File

@ -113,7 +113,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '4.8';
my $RELEASE = '4.8.1~dev';
#