From 19401a1ef57d15cbbc04480232ca7966ae700cfb Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
Date: Fri, 17 Mar 2017 15:12:55 +0100
Subject: [PATCH] update version formatting

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0229191..9554892 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TODAY != date '+%Y-%M-%d'
+TODAY != date '+%Y%M%d'
 
 VERSION := $(TODAY)-1
 V_x86_64 := $(VERSION)_x86_64