File: RapMapConfig.hpp

package info (click to toggle)
salmon 0.7.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,352 kB
  • ctags: 5,243
  • sloc: cpp: 42,341; ansic: 6,252; python: 228; makefile: 207; sh: 190
file content (14 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __RAPMAP_CONFIG_HPP__
#define __RAPMAP_CONFIG_HPP__

#include <string>

namespace rapmap {
    constexpr char majorVersion[] = "0";
    constexpr char minorVersion[] = "3";
    constexpr char patchVersion[] = "0";
    constexpr char version [] = "0.3.0";
    constexpr uint32_t indexVersion = 2;
}

#endif //__RAPMAP_CONFIG_HPP__