-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversion.cpp.html
50 lines (37 loc) · 2.04 KB
/
version.cpp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>/Volumes/Unix/unix-files.noindex/ntl-new/ntl-9.6.0/doc/version.cpp.html</title>
<meta name="Generator" content="Vim/7.3">
<meta name="plugin-version" content="vim7.3_v6">
<meta name="syntax" content="cpp">
<meta name="settings" content="use_css">
<style type="text/css">
<!--
pre { font-family: monospace; color: #000000; background-color: #ffffff; }
body { font-family: monospace; color: #000000; background-color: #ffffff; }
.PreProc { color: #1874cd; }
.Comment { color: #0000ee; font-style: italic; }
-->
</style>
</head>
<body>
<pre>
<span class="Comment">/*</span><span class="Comment">*************************************************************************\</span>
<span class="Comment">MODULE: version</span>
<span class="Comment">SUMMARY:</span>
<span class="Comment">Macros defining the NTL version number.</span>
<span class="Comment">\*************************************************************************</span><span class="Comment">*/</span>
<span class="PreProc">#define NTL_VERSION ... </span><span class="Comment">// version number as a string, e.g., "5.2"</span>
<span class="PreProc">#define NTL_MAJOR_VERSION ... </span><span class="Comment">// e.g., 5 in the above example</span>
<span class="PreProc">#define NTL_MINOR_VERSION ... </span><span class="Comment">// e.g., 2 "</span>
<span class="PreProc">#define NTL_REVISION ... </span><span class="Comment">// e.g., 0 "</span>
<span class="Comment">// The choice as to whether a new version warrants a higher</span>
<span class="Comment">// Major version number or Minor version number is fairly subjective,</span>
<span class="Comment">// with no particular rule.</span>
<span class="Comment">// Revision numbers are only used for small bug fixes that generally</span>
<span class="Comment">// do not affect the programming interface at all.</span>
</pre>
</body>
</html>