summaryrefslogtreecommitdiffstats
path: root/include/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 16:20:35 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 16:20:35 +0100
commit8603f9a768c99b18eb74aff13a015fc60fa57ea6 (patch)
tree57b256d4a0bee83a5423ae40b32851a636dd1c3f /include/astra
parent6458cb49916980e4f0aee07eb4bc621b9f2053a8 (diff)
downloadastra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.gz
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.bz2
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.xz
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.zip
Update version to 1.7
Diffstat (limited to 'include/astra')
-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 f70c3a9..31f1371 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 6
+#define ASTRA_TOOLBOXVERSION_MINOR 7
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.6"
+#define ASTRA_TOOLBOXVERSION_STRING "1.7"
#define ASTRA_ASSERT(a) assert(a)