summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-23 10:53:37 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-23 10:53:37 +0100
commitfeedff76504d15c08ef46905410bbdbdc5bfe13d (patch)
tree8da89507bc63d5193c71246800217a883773712c /include
parent61c73bb7a71dd9a8b5126879662b21a748224bbf (diff)
parent3aabe41914a93d4c9afbc1a6cc498156924cbf18 (diff)
downloadastra-feedff76504d15c08ef46905410bbdbdc5bfe13d.tar.gz
astra-feedff76504d15c08ef46905410bbdbdc5bfe13d.tar.bz2
astra-feedff76504d15c08ef46905410bbdbdc5bfe13d.tar.xz
astra-feedff76504d15c08ef46905410bbdbdc5bfe13d.zip
Merge branch 'master'
Diffstat (limited to 'include')
-rw-r--r--include/astra/Globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Globals.h b/include/astra/Globals.h
index 31f1371..5dbac83 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -63,7 +63,7 @@ $Id$
#define ASTRA_TOOLBOXVERSION_MAJOR 1
#define ASTRA_TOOLBOXVERSION_MINOR 7
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.7"
+#define ASTRA_TOOLBOXVERSION_STRING "1.7.1"
#define ASTRA_ASSERT(a) assert(a)