File: version.h

package info (click to toggle)
mrtrix3 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,712 kB
  • sloc: cpp: 129,776; python: 9,494; sh: 593; makefile: 234; 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.4"

#endif