From 84873481c0776d602fd546d1349781df795c4a99 Mon Sep 17 00:00:00 2001 From: evanbowman Date: Thu, 17 Dec 2020 09:41:31 -0500 Subject: [PATCH] "bump version" --- source/version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/version.hpp b/source/version.hpp index 91be80a2..9664c40e 100644 --- a/source/version.hpp +++ b/source/version.hpp @@ -1,5 +1,5 @@ #pragma once #define PROGRAM_MAJOR_VERSION 2020 -#define PROGRAM_MINOR_VERSION 11 -#define PROGRAM_SUBMINOR_VERSION 9 +#define PROGRAM_MINOR_VERSION 12 +#define PROGRAM_SUBMINOR_VERSION 17 #define PROGRAM_VERSION_REVISION 0