Skip to content

Commit

Permalink
release v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: vincent.chen <[email protected]>
  • Loading branch information
vincent.chen committed Dec 26, 2019
1 parent a334d06 commit accfafd
Show file tree
Hide file tree
Showing 43 changed files with 64 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Doc/html/a00002.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_LIB_VERSION_MAJOR</b>&#160;&#160;&#160;3</td></tr>
<tr class="separator:a3ad29b7e51d7256afc988c03aa1868b5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab7b51d30017169eef553363a27bafa4c"><td class="memItemLeft" align="right" valign="top"><a id="ab7b51d30017169eef553363a27bafa4c"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_LIB_VERSION_MINOR</b>&#160;&#160;&#160;3</td></tr>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_LIB_VERSION_MINOR</b>&#160;&#160;&#160;4</td></tr>
<tr class="separator:ab7b51d30017169eef553363a27bafa4c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a93ec4ddd20d2a3ac85e1d95cc519fe7b"><td class="memItemLeft" align="right" valign="top"><a id="a93ec4ddd20d2a3ac85e1d95cc519fe7b"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_LIB_VERSION_PATCH</b>&#160;&#160;&#160;2</td></tr>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_LIB_VERSION_PATCH</b>&#160;&#160;&#160;1</td></tr>
<tr class="separator:a93ec4ddd20d2a3ac85e1d95cc519fe7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a014cecdf6710372ed9331436259eb528"><td class="memItemLeft" align="right" valign="top"><a id="a014cecdf6710372ed9331436259eb528"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>TY_DECLARE_IMAGE_MODE0</b>(pix, res)&#160;&#160;&#160;TY_IMAGE_MODE_##pix##_##res = TY_PIXEL_FORMAT_##pix | TY_RESOLUTION_MODE_##res</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion Doc/html/a00002_source.html

Large diffs are not rendered by default.

Binary file modified Doc/pdf/refman.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions include/TYApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@


#define TY_LIB_VERSION_MAJOR 3
#define TY_LIB_VERSION_MINOR 3
#define TY_LIB_VERSION_PATCH 2
#define TY_LIB_VERSION_MINOR 4
#define TY_LIB_VERSION_PATCH 1


//------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit accfafd

Please sign in to comment.