From 2ec22d0faa5189f8c27ae489fb97a2ed0f626318 Mon Sep 17 00:00:00 2001 From: Marius Staring Date: Mon, 19 Mar 2018 17:12:08 +0100 Subject: [PATCH] VER: increased to 4.900 in preparation of release --- Core/Install/elxBaseComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Install/elxBaseComponent.h b/Core/Install/elxBaseComponent.h index 7d8fea3be..6e7e67ca1 100644 --- a/Core/Install/elxBaseComponent.h +++ b/Core/Install/elxBaseComponent.h @@ -43,7 +43,7 @@ #include "itkMacro.h" // itkTypeMacroNoParent /** The current elastix version. */ -#define __ELASTIX_VERSION 4.801 +#define __ELASTIX_VERSION 4.900 /** All elastix components should be in namespace elastix. */ namespace elastix