"Fossies" - the Fresh Open Source Software Archive

Member "ntl-11.5.1/include/NTL/version.h" (23 Jun 2021, 181 Bytes) of package /linux/misc/ntl-11.5.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "version.h" see the Fossies "Dox" file reference documentation and the latest Fossies "Diffs" side-by-side code changes report: 11.5.0_vs_11.5.1.

    1 
    2 #ifndef NTL_version__H
    3 #define NTL_version__H
    4 
    5 #define NTL_VERSION "11.5.1"
    6 
    7 #define NTL_MAJOR_VERSION  (11)
    8 #define NTL_MINOR_VERSION  (5)
    9 #define NTL_REVISION       (1)
   10 
   11 #endif
   12