summaryrefslogtreecommitdiffstats
path: root/include/astra/Globals.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-01-30 11:31:56 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-01-30 11:32:43 +0100
commitd9bbd38f1f463e87d6baaef0ccfa86bf96958889 (patch)
tree7fcdd161b56b08797ceb8c2d3920eafbf367eee4 /include/astra/Globals.h
parent3fe66759b0a73f15d8c7a6e8709d6bd4ec541dd4 (diff)
downloadastra-d9bbd38f1f463e87d6baaef0ccfa86bf96958889.tar.gz
astra-d9bbd38f1f463e87d6baaef0ccfa86bf96958889.tar.bz2
astra-d9bbd38f1f463e87d6baaef0ccfa86bf96958889.tar.xz
astra-d9bbd38f1f463e87d6baaef0ccfa86bf96958889.zip
Update version
Diffstat (limited to 'include/astra/Globals.h')
-rw-r--r--include/astra/Globals.h4
1 files changed, 2 insertions, 2 deletions
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)