summaryrefslogtreecommitdiffstats
path: root/include/astra/Globals.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-12-05 14:44:09 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-12-05 14:45:59 +0100
commit77f2cedaac088da5107dcfb37ae62d8f3a56f335 (patch)
treed2b3c09da0bfff534afc27c255cda55d9603eef1 /include/astra/Globals.h
parent5036413fea2c61508facc70497a5857eb5ad465e (diff)
downloadastra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.gz
astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.bz2
astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.xz
astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.zip
Update version to 1.8
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 3cb466c..dec978d 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -60,9 +60,9 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
// macro's
#define ASTRA_TOOLBOXVERSION_MAJOR 1
-#define ASTRA_TOOLBOXVERSION_MINOR 7
+#define ASTRA_TOOLBOXVERSION_MINOR 8
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.7.1"
+#define ASTRA_TOOLBOXVERSION_STRING "1.8"
#define ASTRA_ASSERT(a) assert(a)