File: version.h

package info (click to toggle)
ntl 11.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,820 kB
  • sloc: cpp: 92,194; sh: 10,577; ansic: 3,058; makefile: 536
file content (12 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef NTL_version__H
#define NTL_version__H

#define NTL_VERSION "11.5.1"

#define NTL_MAJOR_VERSION  (11)
#define NTL_MINOR_VERSION  (5)
#define NTL_REVISION       (1)

#endif