summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-27 15:17:02 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-27 15:17:02 +0200
commit06322245a638e435d29bc8f027aed0bd976139d0 (patch)
treea32bf87e909027e6d6f67d9c9d5681840ebc7bc9 /include
parent54af7e8e22a3f1c9d90b13291b28d39778c05564 (diff)
downloadastra-06322245a638e435d29bc8f027aed0bd976139d0.tar.gz
astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.bz2
astra-06322245a638e435d29bc8f027aed0bd976139d0.tar.xz
astra-06322245a638e435d29bc8f027aed0bd976139d0.zip
Increment version to 1.9.9dev
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 a353940..3eed113 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -60,7 +60,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
#define ASTRA_TOOLBOXVERSION_MAJOR 1
#define ASTRA_TOOLBOXVERSION_MINOR 9
#define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR))
-#define ASTRA_TOOLBOXVERSION_STRING "1.9.0dev"
+#define ASTRA_TOOLBOXVERSION_STRING "1.9.9dev"
#define ASTRA_ASSERT(a) assert(a)