📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 00:17:47
📂
/ (Root)
/
opt
/
alt
/
ruby19
/
share
/
doc
/
ruby
/
html
/
df
/
dfc
📍 /opt/alt/ruby19/share/doc/ruby/html/df/dfc
🔄 Refresh
✏️
Editing: version_8h_source.html
Read Only
<!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  <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&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> <span class="preprocessor">#define RUBY_VERSION "1.9.3"</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> <span class="preprocessor">#define RUBY_PATCHLEVEL 551</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ad63676505f273f55863e4c39b0940cc3"> 4</a></span> <span class="preprocessor">#define RUBY_RELEASE_DATE "2014-11-13"</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> <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> <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> <span class="preprocessor">#define RUBY_RELEASE_DAY 13</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="../../d3/dd6/include_2ruby_2version_8h.html">ruby/version.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#if !defined RUBY_LIB_VERSION && defined RUBY_LIB_VERSION_STYLE</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor"># if RUBY_LIB_VERSION_STYLE == 3</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor"># define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR)"."STRINGIZE(RUBY_API_VERSION_TEENY)</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor"># elif RUBY_LIB_VERSION_STYLE == 2</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor"># define RUBY_LIB_VERSION STRINGIZE(RUBY_API_VERSION_MAJOR)"."STRINGIZE(RUBY_API_VERSION_MINOR)</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#if RUBY_PATCHLEVEL == -1</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#define RUBY_PATCHLEVEL_STR "dev"</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <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> <span class="preprocessor">#define RUBY_PATCHLEVEL_STR "p"STRINGIZE(RUBY_PATCHLEVEL)</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#ifndef RUBY_REVISION</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor"># include "<a class="code" href="../../d5/dbc/revision_8h.html">revision.h</a>"</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor"># ifndef RUBY_REVISION</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor"># define RUBY_REVISION 0</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#if RUBY_REVISION</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor"># ifdef RUBY_BRANCH_NAME</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor"># define RUBY_REVISION_STR " "RUBY_BRANCH_NAME" "STRINGIZE(RUBY_REVISION)</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <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> <span class="preprocessor"># define RUBY_REVISION_STR " revision "STRINGIZE(RUBY_REVISION)</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor"># endif</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor"># define RUBY_REVISION_STR ""</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="../../df/dfc/version_8h.html#ab95bc40362d32382fdd10f714da1aa30"> 42</a></span> <span class="preprocessor"># define RUBY_DESCRIPTION \</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor"> "ruby "RUBY_VERSION \</span></div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor"> RUBY_PATCHLEVEL_STR \</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor"> " ("RUBY_RELEASE_DATE \</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor"> RUBY_REVISION_STR") " \</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor"> "["RUBY_PLATFORM"]"</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> <span class="preprocessor"># define RUBY_COPYRIGHT \</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor"> "ruby - Copyright (C) " \</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor"> STRINGIZE(RUBY_BIRTH_YEAR)"-" \</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor"> STRINGIZE(RUBY_RELEASE_YEAR)" " \</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <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  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="../../doxygen.png" alt="doxygen"/> </a> 1.8.14 </small></address> </body> </html>
💾 Save Changes
❌ Cancel