Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Jul 15, 2020
1 parent 6c80498 commit e2e347a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/html/picotest_8h_source.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/xml/picotest_8h.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2924,9 +2924,9 @@ PicoTest is released under the terms of the The 3-Clause BSD License:</para>
<codeline lineno="62"><highlight class="preprocessor">#define<sp/>_PICOTEST_PARENS</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="63"><highlight class="normal"></highlight><highlight class="preprocessor">#endif<sp/></highlight><highlight class="comment">/*<sp/>defined(_MSC_VER)<sp/>*/</highlight><highlight class="preprocessor"></highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="64"><highlight class="normal"></highlight></codeline>
<codeline lineno="78"><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION<sp/>&quot;1.3.0&quot;</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="78"><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION<sp/>&quot;1.4.0&quot;</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="79"><highlight class="normal"></highlight><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION_MAJOR<sp/>1</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="80"><highlight class="normal"></highlight><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION_MINOR<sp/>3</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="80"><highlight class="normal"></highlight><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION_MINOR<sp/>4</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="81"><highlight class="normal"></highlight><highlight class="preprocessor">#define<sp/>PICOTEST_VERSION_PATCH<sp/>0</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="82"><highlight class="normal"></highlight></codeline>
<codeline lineno="104" refid="group__public__interface_1ga824e8707dfbd1726aa15beb5f27b957a" refkind="member"><highlight class="keyword">typedef</highlight><highlight class="normal"><sp/>int(<ref refid="group__public__interface_1ga824e8707dfbd1726aa15beb5f27b957a" kindref="member">PicoTestProc</ref>)(</highlight><highlight class="keyword">const</highlight><highlight class="normal"><sp/></highlight><highlight class="keywordtype">char</highlight><highlight class="normal"><sp/>*cond);</highlight></codeline>
Expand Down
4 changes: 2 additions & 2 deletions include/picotest.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
* \{
*/

#define PICOTEST_VERSION "1.3.0"
#define PICOTEST_VERSION "1.4.0"
#define PICOTEST_VERSION_MAJOR 1
#define PICOTEST_VERSION_MINOR 3
#define PICOTEST_VERSION_MINOR 4
#define PICOTEST_VERSION_PATCH 0

/*! \} End of Version */
Expand Down

0 comments on commit e2e347a

Please sign in to comment.