File "version_8h_source.html"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/ruby19/share/doc/ruby/html/df/dfc/version_8h_source.html
File size: 10.69 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Ruby: version.h Source File</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Ruby
   &#160;<span id="projectnumber">1.9.3p551(2014-11-13revision48407)</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('../../',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">version.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="../../df/dfc/version_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ad0c39c601f4084e6d3ee83dcba61358d">    1</a></span>&#160;<span class="preprocessor">#define RUBY_VERSION &quot;1.9.3&quot;</span></div><div class="line"><a name="l00002"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a0b2fa6dea299036191da7b29f7a83f93">    2</a></span>&#160;<span class="preprocessor">#define RUBY_PATCHLEVEL 551</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;</div><div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ad63676505f273f55863e4c39b0940cc3">    4</a></span>&#160;<span class="preprocessor">#define RUBY_RELEASE_DATE &quot;2014-11-13&quot;</span></div><div class="line"><a name="l00005"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a7c2036d8e533275856f4f9a64cbd648f">    5</a></span>&#160;<span class="preprocessor">#define RUBY_RELEASE_YEAR 2014</span></div><div class="line"><a name="l00006"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a7aedce82d7e5983a615452421a3c163e">    6</a></span>&#160;<span class="preprocessor">#define RUBY_RELEASE_MONTH 11</span></div><div class="line"><a name="l00007"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a6ffbcf5d6c4c53188c8e080197e368f8">    7</a></span>&#160;<span class="preprocessor">#define RUBY_RELEASE_DAY 13</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="../../d3/dd6/include_2ruby_2version_8h.html">ruby/version.h</a>&quot;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;</div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#if !defined RUBY_LIB_VERSION &amp;&amp; defined RUBY_LIB_VERSION_STYLE</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor"># if RUBY_LIB_VERSION_STYLE == 3</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#   define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)&quot;.&quot;STRINGIZE(RUBY_API_VERSION_MINOR)&quot;.&quot;STRINGIZE(RUBY_API_VERSION_TEENY)</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor"># elif RUBY_LIB_VERSION_STYLE == 2</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="preprocessor">#   define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)&quot;.&quot;STRINGIZE(RUBY_API_VERSION_MINOR)</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor"># endif</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#if RUBY_PATCHLEVEL == -1</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#define RUBY_PATCHLEVEL_STR &quot;dev&quot;</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ac7b02ec75830edd5099adbed0234ef28">   22</a></span>&#160;<span class="preprocessor">#define RUBY_PATCHLEVEL_STR &quot;p&quot;STRINGIZE(RUBY_PATCHLEVEL)</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#ifndef RUBY_REVISION</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor"># include &quot;<a class="code" href="../../d5/dbc/revision_8h.html">revision.h</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor"># ifndef RUBY_REVISION</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor"># define RUBY_REVISION 0</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#if RUBY_REVISION</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor"># ifdef RUBY_BRANCH_NAME</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#  define RUBY_REVISION_STR &quot; &quot;RUBY_BRANCH_NAME&quot; &quot;STRINGIZE(RUBY_REVISION)</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor"># else</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a272028f2b005d16487cc03a52a6d0eda">   36</a></span>&#160;<span class="preprocessor">#  define RUBY_REVISION_STR &quot; revision &quot;STRINGIZE(RUBY_REVISION)</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor"># endif</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#else</span></div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor"># define RUBY_REVISION_STR &quot;&quot;</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ab95bc40362d32382fdd10f714da1aa30">   42</a></span>&#160;<span class="preprocessor"># define RUBY_DESCRIPTION           \</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">    &quot;ruby &quot;RUBY_VERSION             \</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="preprocessor">    RUBY_PATCHLEVEL_STR             \</span></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">    &quot; (&quot;RUBY_RELEASE_DATE           \</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">    RUBY_REVISION_STR&quot;) &quot;           \</span></div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor">    &quot;[&quot;RUBY_PLATFORM&quot;]&quot;</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#a4eee0197122e23ec33fcb191c0beb87c">   48</a></span>&#160;<span class="preprocessor"># define RUBY_COPYRIGHT             \</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">    &quot;ruby - Copyright (C) &quot;         \</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor">    STRINGIZE(RUBY_BIRTH_YEAR)&quot;-&quot;   \</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">    STRINGIZE(RUBY_RELEASE_YEAR)&quot; &quot; \</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">    RUBY_AUTHOR</span></div><div class="ttc" id="revision_8h_html"><div class="ttname"><a href="../../d5/dbc/revision_8h.html">revision.h</a></div></div>
<div class="ttc" id="include_2ruby_2version_8h_html"><div class="ttname"><a href="../../d3/dd6/include_2ruby_2version_8h.html">version.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>