1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

preparing release of libxml2-2.6.27 fix a small problem with preproc flags

* NEWS configure.in testapi.c doc//*: preparing release of
  libxml2-2.6.27
* include/libxml/tree.h: fix a small problem with preproc flags
Daniel
This commit is contained in:
Daniel Veillard
2006-10-25 16:06:29 +00:00
parent 26a45c815a
commit c8338f1a52
20 changed files with 210 additions and 24 deletions

View File

@@ -218,7 +218,7 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION">Macro </a>LIBXML_VERSION</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION">LIBXML_VERSION</a>;
</pre><p>the version number: 1.2.3 value is 1002003</p>
</pre><p>the version number: 1.2.3 value is 10203</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION_EXTRA">Macro </a>LIBXML_VERSION_EXTRA</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>;
@@ -226,7 +226,7 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION_STRING">Macro </a>LIBXML_VERSION_STRING</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION_STRING">LIBXML_VERSION_STRING</a>;
</pre><p>the version number string, 1.2.3 value is "1002003"</p>
</pre><p>the version number string, 1.2.3 value is "10203"</p>
</div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="LIBXML_WRITER_ENABLED">Macro </a>LIBXML_WRITER_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_WRITER_ENABLED">LIBXML_WRITER_ENABLED</a>;