diff --git a/version.glsl b/version.glsl new file mode 100644 index 00000000..56eda67f --- /dev/null +++ b/version.glsl @@ -0,0 +1,11 @@ +#ifndef LYGIA_VERSION_MAYOR +#define LYGIA_VERSION_MAYOR 1 +#endif + +#ifndef LYGIA_VERSION_MINOR +#define LYGIA_VERSION_MINOR 1 +#endif + +#ifndef LYGIA_VERSION_PATCH +#define LYGIA_VERSION_PATCH 0 +#endif \ No newline at end of file diff --git a/version.hlsl b/version.hlsl new file mode 100644 index 00000000..56eda67f --- /dev/null +++ b/version.hlsl @@ -0,0 +1,11 @@ +#ifndef LYGIA_VERSION_MAYOR +#define LYGIA_VERSION_MAYOR 1 +#endif + +#ifndef LYGIA_VERSION_MINOR +#define LYGIA_VERSION_MINOR 1 +#endif + +#ifndef LYGIA_VERSION_PATCH +#define LYGIA_VERSION_PATCH 0 +#endif \ No newline at end of file