Skip to content

Commit

Permalink
-Release 1.0.2-b-
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaklyy committed Nov 30, 2023
1 parent 68c9b18 commit 550c208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=======================================================
Welcome to the Jakly Polygon Rasterization Suite v1.0.2
=========================================================
Welcome to the Jakly Polygon Rasterization Suite v1.0.2-b
Or uh, polyrastertest as I like to call it.
...Just call it polyrastertest.

Expand Down
2 changes: 1 addition & 1 deletion source/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Misc
constexpr u8 NumVerts = 4;
constexpr u8 NumAxis = 3;
constexpr char Version[] = "1.0.2";
constexpr char Version[] = "1.0.2-b";

// Poly Attributes
constexpr u32 Opaque = (31 << 16);
Expand Down

0 comments on commit 550c208

Please sign in to comment.