X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=blobdiff_plain;f=Makefile;h=d70bfb38717f1e8b9251a7138bcd7c061178d794;hp=d73ab9be9a5dde3acd0072613729576e9a02cce1;hb=0410703f514ce5e0b3ea8b8e5e3da5333ff2ae36;hpb=0a6f7cc6017042419a0356b00e37da9e1fd36cb8 diff --git a/Makefile b/Makefile index d73ab9b..d70bfb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=47 +PKGREL=51 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11 JSON_CFLAGS=$(shell pkg-config --cflags json-c)