Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciogonzalezvivo committed Nov 28, 2022
1 parent 3938a0a commit 876e1b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions version.glsl
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions version.hlsl
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 876e1b4

Please sign in to comment.