From 3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 25 Oct 2021 13:32:29 +0200 Subject: Version 2.0.0 --- include/astra/Globals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/astra/Globals.h b/include/astra/Globals.h index 6c47b41..cdd7cbd 100644 --- a/include/astra/Globals.h +++ b/include/astra/Globals.h @@ -57,10 +57,10 @@ along with the ASTRA Toolbox. If not, see . //---------------------------------------------------------------------------------------- // macro's -#define ASTRA_TOOLBOXVERSION_MAJOR 1 -#define ASTRA_TOOLBOXVERSION_MINOR 9 +#define ASTRA_TOOLBOXVERSION_MAJOR 2 +#define ASTRA_TOOLBOXVERSION_MINOR 0 #define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR)) -#define ASTRA_TOOLBOXVERSION_STRING "1.9.9dev" +#define ASTRA_TOOLBOXVERSION_STRING "2.0.0" #define ASTRA_ASSERT(a) assert(a) -- cgit v1.2.1