Skip to content
Snippets Groups Projects
Commit d18a9cd8 authored by Matthias Kretz's avatar Matthias Kretz Committed by Lorenzo Moneta
Browse files

update to Vc 0.7.3

parent 7e39a0d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment