]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
bump version to 2.0-72
[qemu-server.git] / Makefile
index d561b56a678cfc3e8d940b532ff3b002dbacb2f5..a9ee4ec44abcf67c900f894508ef0faadd883dc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.0
+RELEASE=2.2
 
 VERSION=2.0
 PACKAGE=qemu-server
-PKGREL=40
+PKGREL=72
 
 DESTDIR=
 PREFIX=/usr
@@ -35,10 +35,10 @@ vzsyscalls.ph: vzsyscalls.h
         h2ph -d . vzsyscalls.h
 
 vmtar: vmtar.c utils.c
-       gcc -O2 -Wall -o vmtar vmtar.c
+       gcc -O2 -Werror -Wall -Wtype-limits -o vmtar vmtar.c
 
 sparsecp: sparsecp.c utils.c
-       gcc -O2 -Wall -o sparsecp sparsecp.c
+       gcc -O2 -Werror -Wall -Wtype-limits -o sparsecp sparsecp.c
 
 %.1.gz: %.1.pod
        rm -f $@