From 550c208e898b546c92defa57c0a0143f00da2f92 Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:24:48 -0500 Subject: [PATCH] -Release 1.0.2-b- --- readme.txt | 4 ++-- source/main.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index a650793..09e2233 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/source/main.h b/source/main.h index 3081d6a..5f9f235 100644 --- a/source/main.h +++ b/source/main.h @@ -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);