]> git.sesse.net Git - movit/blob - version.h
Remove the check for movit_shader_rounding_supported, as we now demand 1.30 unconditi...
[movit] / version.h
1 #ifndef _MOVIT_VERSION_H
2 #define _MOVIT_VERSION_H 1
3
4 // A number that will increase every time the visible user API
5 // changes, even within git versions. There is no specific version
6 // documentation outside the regular changelogs, though.
7
8 #define MOVIT_VERSION 18
9
10 #endif // !defined(_MOVIT_VERSION_H)