diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-25 13:32:29 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-10-27 10:04:52 +0200 |
commit | 3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642 (patch) | |
tree | 529e55f5375a72cf7cf64ae8bb62b40f8d20aa77 /include/astra | |
parent | 11dd2823dcd5d8b57ce4451c6aff6fd9a9693458 (diff) | |
download | astra-3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642.tar.gz astra-3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642.tar.bz2 astra-3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642.tar.xz astra-3cdfbe01f4f0dc1eb2df5224f10dd53d7804a642.zip |
Version 2.0.0
Diffstat (limited to 'include/astra')
-rw-r--r-- | include/astra/Globals.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/astra/Globals.h b/include/astra/Globals.h index 6c47b41..cdd7cbd 100644 --- a/include/astra/Globals.h +++ b/include/astra/Globals.h @@ -57,10 +57,10 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. //---------------------------------------------------------------------------------------- // macro's -#define ASTRA_TOOLBOXVERSION_MAJOR 1 -#define ASTRA_TOOLBOXVERSION_MINOR 9 +#define ASTRA_TOOLBOXVERSION_MAJOR 2 +#define ASTRA_TOOLBOXVERSION_MINOR 0 #define ASTRA_TOOLBOXVERSION ((ASTRA_TOOLBOXVERSION_MAJOR)*100 + (ASTRA_TOOLBOXVERSION_MINOR)) -#define ASTRA_TOOLBOXVERSION_STRING "1.9.9dev" +#define ASTRA_TOOLBOXVERSION_STRING "2.0.0" #define ASTRA_ASSERT(a) assert(a) |