Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7fd7c575020aa78a8e2e309ea8909f43 > files > 417

gdal-1.6.2-6.fc13.i686.rpm

<!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"/>
<title>GDAL: gdal_version.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<h1>gdal_version.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00002"></a>00002 <span class="comment">/* -------------------------------------------------------------------- */</span>
<a name="l00003"></a>00003 <span class="comment">/*      GDAL Version Information.                                       */</span>
<a name="l00004"></a>00004 <span class="comment">/* -------------------------------------------------------------------- */</span>
<a name="l00005"></a>00005 
<a name="l00006"></a>00006 <span class="preprocessor">#ifndef GDAL_VERSION_MAJOR</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_MAJOR    1</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_MINOR    6</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_REV      2</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_BUILD    0</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span>
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef GDAL_VERSION_NUM</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_VERSION_NUM      (GDAL_VERSION_MAJOR*1000+GDAL_VERSION_MINOR*100+GDAL_VERSION_REV*10+GDAL_VERSION_BUILD)</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef GDAL_RELEASE_DATE</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_RELEASE_DATE     20090731</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#ifndef GDAL_RELEASE_NAME</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#  define GDAL_RELEASE_NAME     &quot;1.6.2&quot;</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
</pre></div></div>
<hr>

Generated for GDAL by 
<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.6.2-20100208.
</body>
</html>