From e212ab0d4f84adafa0a2fe11f5e16f856504769a Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Fri, 30 Jan 2015 11:31:56 +0100
Subject: Update version

---
 include/astra/Globals.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'include/astra')

diff --git a/include/astra/Globals.h b/include/astra/Globals.h
index e83813c..fdeaa23 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -61,9 +61,9 @@ $Id$
 // macro's
 
 #define ASTRA_TOOLBOXVERSION_MAJOR 1
-#define ASTRA_TOOLBOXVERSION_MINOR 1
+#define ASTRA_TOOLBOXVERSION_MINOR 5
 #define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.1"
+#define ASTRA_TOOLBOXVERSION_STRING "1.5"
 
 
 #define ASTRA_ASSERT(a) assert(a)
-- 
cgit v1.2.3