From 06322245a638e435d29bc8f027aed0bd976139d0 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 27 Sep 2019 15:17:02 +0200 Subject: Increment version to 1.9.9dev --- include/astra/Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/astra/Globals.h b/include/astra/Globals.h index a353940..3eed113 100644 --- a/include/astra/Globals.h +++ b/include/astra/Globals.h @@ -60,7 +60,7 @@ along with the ASTRA Toolbox. If not, see . #define ASTRA_TOOLBOXVERSION_MAJOR 1 #define ASTRA_TOOLBOXVERSION_MINOR 9 #define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR)) -#define ASTRA_TOOLBOXVERSION_STRING "1.9.0dev" +#define ASTRA_TOOLBOXVERSION_STRING "1.9.9dev" #define ASTRA_ASSERT(a) assert(a) -- cgit v1.2.3