File: version.h

package info (click to toggle)
mrtrix3 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,300 kB
  • sloc: cpp: 130,470; python: 9,603; sh: 597; makefile: 62; xml: 47
file content (15 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __version_h__
#define __version_h__

// update this with the tag name every time the code is tagged
// for example:
//   set MRTRIX_BASE_VERSION to "3.3.0"
//   git add core/version.h
//   git commit
//   git tag -s 3.3.0
//   git push --follow-tags

#define MRTRIX_BASE_VERSION "3.0.8"

#endif