From 33574d5a686618b6eb98e339aad2b8afe6c00ba5 Mon Sep 17 00:00:00 2001 From: evanbowman Date: Sat, 29 May 2021 09:07:21 -0400 Subject: [PATCH] "bump version" --- source/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.hpp b/source/version.hpp index 8c4806d5..d7a95c20 100644 --- a/source/version.hpp +++ b/source/version.hpp @@ -1,5 +1,5 @@ #pragma once #define PROGRAM_MAJOR_VERSION 2021 #define PROGRAM_MINOR_VERSION 5 -#define PROGRAM_SUBMINOR_VERSION 17 +#define PROGRAM_SUBMINOR_VERSION 29 #define PROGRAM_VERSION_REVISION 0