source: git/ntl/include/NTL/version.h @ 26e030

spielwiese
Last change on this file since 26e030 was 26e030, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: update to 5.5.1 git-svn-id: file:///usr/local/Singular/svn/trunk@11949 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 179 bytes
Line 
1
2#ifndef NTL_version__H
3#define NTL_version__H
4
5#define NTL_VERSION "5.5.1"
6
7#define NTL_MAJOR_VERSION  (5)
8#define NTL_MINOR_VERSION  (5)
9#define NTL_REVISION       (1)
10
11#endif
12
Note: See TracBrowser for help on using the repository browser.