From 3f8066cb8111b955b13d173e826404b9c1bc3c9e Mon Sep 17 00:00:00 2001 From: evanbowman Date: Fri, 1 Jan 2021 00:34:52 -0500 Subject: [PATCH] "bump version" --- source/version.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/version.hpp b/source/version.hpp index 4af739e4..d8b97d72 100644 --- a/source/version.hpp +++ b/source/version.hpp @@ -1,5 +1,5 @@ #pragma once -#define PROGRAM_MAJOR_VERSION 2020 -#define PROGRAM_MINOR_VERSION 12 -#define PROGRAM_SUBMINOR_VERSION 18 +#define PROGRAM_MAJOR_VERSION 2021 +#define PROGRAM_MINOR_VERSION 1 +#define PROGRAM_SUBMINOR_VERSION 1 #define PROGRAM_VERSION_REVISION 0