diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-05-27 11:54:15 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-05-29 13:15:33 +0200 |
commit | 7a4cfe2e5fe384691f0516020b2fcd48b35a7f63 (patch) | |
tree | de8153fb6481096f21bc0056d552571662df0071 | |
parent | 33467f990312c393e5d4113fe86a3c850c66e4b7 (diff) | |
download | astra-7a4cfe2e5fe384691f0516020b2fcd48b35a7f63.tar.gz astra-7a4cfe2e5fe384691f0516020b2fcd48b35a7f63.tar.bz2 astra-7a4cfe2e5fe384691f0516020b2fcd48b35a7f63.tar.xz astra-7a4cfe2e5fe384691f0516020b2fcd48b35a7f63.zip |
Increment version to 1.6
-rw-r--r-- | build/linux/configure.ac | 2 | ||||
-rw-r--r-- | include/astra/Globals.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index 58a3f4c..7c314f3 100644 --- a/build/linux/configure.ac +++ b/build/linux/configure.ac @@ -24,7 +24,7 @@ dnl dnl ----------------------------------------------------------------------- dnl $Id$ -AC_INIT(astra_toolbox, 1.5.0) +AC_INIT(astra_toolbox, 1.6.0) AC_CONFIG_SRCDIR([Makefile.in]) LT_INIT([disable-static]) diff --git a/include/astra/Globals.h b/include/astra/Globals.h index 9c8ddfb..4de07d1 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 5 +#define ASTRA_TOOLBOXVERSION_MINOR 6 #define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR)) -#define ASTRA_TOOLBOXVERSION_STRING "1.5" +#define ASTRA_TOOLBOXVERSION_STRING "1.6" #define ASTRA_ASSERT(a) assert(a) |