summaryrefslogtreecommitdiffstats
path: root/include/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-22 17:07:17 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-22 17:07:17 +0100
commited24fb72a0f506a02a1e4a9df8e63ce62f36efef (patch)
tree4965a0272e5bc80a674b4c058e28e09c61acecb5 /include/astra
parentbd2798bed2fddfe00dac006013a9fb1363417f20 (diff)
downloadastra-ed24fb72a0f506a02a1e4a9df8e63ce62f36efef.tar.gz
astra-ed24fb72a0f506a02a1e4a9df8e63ce62f36efef.tar.bz2
astra-ed24fb72a0f506a02a1e4a9df8e63ce62f36efef.tar.xz
astra-ed24fb72a0f506a02a1e4a9df8e63ce62f36efef.zip
Update version to 1.9.0dev
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 f447fd8..128422c 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -58,9 +58,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 8
+#define ASTRA_TOOLBOXVERSION_MINOR 9
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.8.3"
+#define ASTRA_TOOLBOXVERSION_STRING "1.9.0dev"
#define ASTRA_ASSERT(a) assert(a)