Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
  • Loading branch information
jdieter committed Jan 24, 2019
1 parent 0f196dc commit ce7195b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('zck', 'c',
version : '1.0.2',
version : '1.0.3',
meson_version : '>=0.44.0',
default_options : ['c_std=gnu99'])

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion test/abi/stable/zck.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ZCK_H
#define ZCK_H

#define ZCK_VERSION "1.0.2"
#define ZCK_VERSION "1.0.3"

#include <stdlib.h>
#include <stdbool.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="keywords" content="zchunk, compatibility, API, ABI, report" />
<meta name="description" content="API/ABI compatibility report for the zchunk object between 1.0.1 and 1.0.2 versions" />
<meta name="description" content="API/ABI compatibility report for the zchunk object between 1.0.2 and 1.0.3 versions" />
<meta name="robots" content="noindex" />
<title>zchunk: 1.0.1 to 1.0.2 compatibility report</title>
<title>zchunk: 1.0.2 to 1.0.3 compatibility report</title>
<style type="text/css">
body {
font-family:Arial, sans-serif;
Expand Down Expand Up @@ -382,7 +382,7 @@
-->
</script>
</head>
<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API compatibility report for the <span style='color:Blue;'>libzck.so</span> object between <span style='color:Red;'>1.0.1</span> and <span style='color:Red;'>1.0.2</span> versions on <span style='color:Blue;'>x86_64</span></h1>
<body><a name='Source'></a><a name='Binary'></a><a name='Top'></a><h1>API compatibility report for the <span style='color:Blue;'>libzck.so</span> object between <span style='color:Red;'>1.0.2</span> and <span style='color:Red;'>1.0.3</span> versions on <span style='color:Blue;'>x86_64</span></h1>

<br/>
<div class='tabset'>
Expand All @@ -392,8 +392,8 @@
<h2>Test Info</h2><hr/>
<table class='summary'>
<tr><th>Module Name</th><td>zchunk</td></tr>
<tr><th>Version #1</th><td>1.0.1</td></tr>
<tr><th>Version #2</th><td>1.0.2</td></tr>
<tr><th>Version #1</th><td>1.0.2</td></tr>
<tr><th>Version #2</th><td>1.0.3</td></tr>
<tr><th>Arch</th><td>x86_64</td></tr>
<tr><th>GCC Version</th><td>8.2.1</td></tr>
<tr><th>Subject</th><td width='150px'>Binary Compatibility</td></tr>
Expand Down Expand Up @@ -425,15 +425,15 @@ <h2>Problem Summary</h2><hr/>
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
<a name='Libs'></a><h2>Objects <span class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
<div class='lib_list'>
libzck.so.1.0.1<br/>
libzck.so.1.0.2<br/>
</div>
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
<br/><br/><br/></div><div id='SourceTab' class='tab'>
<h2>Test Info</h2><hr/>
<table class='summary'>
<tr><th>Module Name</th><td>zchunk</td></tr>
<tr><th>Version #1</th><td>1.0.1</td></tr>
<tr><th>Version #2</th><td>1.0.2</td></tr>
<tr><th>Version #1</th><td>1.0.2</td></tr>
<tr><th>Version #2</th><td>1.0.3</td></tr>
<tr><th>Arch</th><td>x86_64</td></tr>
<tr><th>Subject</th><td width='150px'>Source Compatibility</td></tr>
</table>
Expand Down Expand Up @@ -464,7 +464,7 @@ <h2>Problem Summary</h2><hr/>
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
<a name='Libs'></a><h2>Objects <span class='gray'>&nbsp;1&nbsp;</span></h2><hr/>
<div class='lib_list'>
libzck.so.1.0.1<br/>
libzck.so.1.0.2<br/>
</div>
<br/><a class='top_ref' href='#Top'>to the top</a><br/>
<br/><br/><br/></div><hr/>
Expand Down

0 comments on commit ce7195b

Please sign in to comment.