From b944d5edbb3042f0450c21495263bc48e1013d38 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 10 Dec 2015 11:15:58 +0100 Subject: [PATCH] bump version to 4.0-41 --- Makefile | 2 +- changelog.Debian | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef0cb60f..9ea29bcb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.1 VERSION=4.0 PACKAGE=qemu-server -PKGREL=40 +PKGREL=41 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index ae576c07..45677a1a 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-41) unstable; urgency=medium + + * add new option to select BIOS (--bios ) + + -- Proxmox Support Team Thu, 10 Dec 2015 11:15:23 +0100 + qemu-server (4.0-40) unstable; urgency=medium * qm: Add VMID auto completion to some commands