diff --git a/math/vc/include/Vc/version.h b/math/vc/include/Vc/version.h
index 74b6c9820c9c01ea3ce164ae4ca2a0a6984a9cb4..c0cfd604184c61b0d055cb7f239e39a4c547b17c 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