From 18b59c9e84f603115b030c641745468d0f30d450 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 7 Jun 2023 00:11:34 +1000 Subject: [PATCH] Bumped version number --- source/toy_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/toy_common.h b/source/toy_common.h index 7e06a18..202072a 100644 --- a/source/toy_common.h +++ b/source/toy_common.h @@ -6,7 +6,7 @@ #define TOY_VERSION_MAJOR 1 #define TOY_VERSION_MINOR 1 -#define TOY_VERSION_PATCH 2 +#define TOY_VERSION_PATCH 3 #define TOY_VERSION_BUILD __DATE__ " " __TIME__ //platform/compiler-specific instructions