From d18a9cd857f9e86bcecf11d175750f1aa4ab0cd4 Mon Sep 17 00:00:00 2001
From: Matthias Kretz <kretz@kde.org>
Date: Mon, 9 Sep 2013 08:24:22 +0200
Subject: [PATCH] update to Vc 0.7.3

---
 math/vc/include/Vc/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/vc/include/Vc/version.h b/math/vc/include/Vc/version.h
index 74b6c9820c9..c0cfd604184 100644
--- a/math/vc/include/Vc/version.h
+++ b/math/vc/include/Vc/version.h
@@ -20,8 +20,8 @@
 #ifndef VC_VERSION_H
 #define VC_VERSION_H
 
-#define VC_VERSION_STRING "0.7.2-dev"
-#define VC_VERSION_NUMBER 0x000705
+#define VC_VERSION_STRING "0.7.3"
+#define VC_VERSION_NUMBER 0x000706
 #define VC_VERSION_CHECK(major, minor, patch) ((major << 16) | (minor << 8) | (patch << 1))
 #define VC_LIBRARY_ABI_VERSION 3
 
-- 
GitLab