Developer documentation
Version 3.0.3-105-gd3941f44
version.h
Go to the documentation of this file.
1#ifndef __version_h__
2#define __version_h__
3
4// update this with the tag name every time the code is tagged
5// for example:
6// set MRTRIX_BASE_VERSION to "3.3.0"
7// git add core/version.h
8// git commit
9// git tag -s 3.3.0
10// git push --follow-tags
11
12#define MRTRIX_BASE_VERSION "3.0.3"
13
14#endif
15