Bump TurboJPEG C API revision to 1.5

The changes relative to 1.4.x are only cosmetic (using const pointers)
and should not affect API/ABI compatibility, but our practice is to
synchronize the API revision with the most recent release that provides
user-visible changes to the API.
This commit is contained in:
DRC
2016-02-29 13:18:01 -06:00
parent fa722636be
commit 7c202f76e7
11 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -24,7 +24,7 @@
<tr style="height: 56px;"> <tr style="height: 56px;">
<td style="padding-left: 0.5em;"> <td style="padding-left: 0.5em;">
<div id="projectname">TurboJPEG <div id="projectname">TurboJPEG
&#160;<span id="projectnumber">1.4</span> &#160;<span id="projectnumber">1.5</span>
</div> </div>
</td> </td>
</tr> </tr>

View File

@@ -1,5 +1,5 @@
PROJECT_NAME = TurboJPEG PROJECT_NAME = TurboJPEG
PROJECT_NUMBER = 1.4 PROJECT_NUMBER = 1.5
OUTPUT_DIRECTORY = doc/ OUTPUT_DIRECTORY = doc/
USE_WINDOWS_ENCODING = NO USE_WINDOWS_ENCODING = NO
OPTIMIZE_OUTPUT_FOR_C = YES OPTIMIZE_OUTPUT_FOR_C = YES