Skip to content

Commit

Permalink
Version 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Mar 29, 2017
1 parent 07a0ec8 commit 37391d3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/btrie.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3><a name="A_trie_data_structure_implementation.">A trie data structure implem
This Erlang trie implementation uses binary keys.
<p>Copyright © 2010-2013 Michael Truog</p>

<p><b>Version:</b> 1.4.0 Jan 10 2017 16:00:32
<p><b>Version:</b> 1.4.0 Mar 28 2017 18:18:19
------------------------------------------------------------------------</p>
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>

Expand Down Expand Up @@ -390,6 +390,6 @@ <h4><a name="Update_a_counter_in_a_trie.">Update a counter in a trie.</a></h4>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:00:32.</i></p>
<p><i>Generated by EDoc, Mar 28 2017, 18:18:19.</i></p>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h1>The trie application</h1>

<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:00:32.</i></p>
<p><i>Generated by EDoc, Mar 28 2017, 18:18:19.</i></p>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/proper_srv.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ <h3 class="function"><a name="update-3">update/3</a></h3>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:00:32.</i></p>
<p><i>Generated by EDoc, Mar 28 2017, 18:18:19.</i></p>
</body>
</html>
4 changes: 2 additions & 2 deletions doc/trie.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h3><a name="A_trie_data_structure_implementation.">A trie data structure implem
lookups (find or fetch, see <a href="http://okeuday.livejournal.com/16941.html" target="_top"><tt>http://okeuday.livejournal.com/16941.html</tt></a>).
<p>Copyright © 2010-2016 Michael Truog</p>

<p><b>Version:</b> 1.5.5 Jan 10 2017 16:00:32
<p><b>Version:</b> 1.5.5 Mar 28 2017 18:18:19
------------------------------------------------------------------------</p>
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>

Expand Down Expand Up @@ -538,6 +538,6 @@ <h4><a name="Update_a_counter_in_a_trie.">Update a counter in a trie.</a></h4>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:00:32.</i></p>
<p><i>Generated by EDoc, Mar 28 2017, 18:18:19.</i></p>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/trie_proper.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ <h3 class="function"><a name="qc_run-1">qc_run/1</a></h3>
<hr>

<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc, Jan 10 2017, 16:00:32.</i></p>
<p><i>Generated by EDoc, Mar 28 2017, 18:18:19.</i></p>
</body>
</html>
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#-*-Mode:elixir;coding:utf-8;tab-width:2;c-basic-offset:2;indent-tabs-mode:()-*-
# ex: set ft=elixir fenc=utf-8 sts=2 ts=2 sw=2 et nomod:

defmodule Trie.Mixfile do
use Mix.Project

def project do
[app: :trie,
version: "1.6.0",
version: "1.7.0",
language: :erlang,
description: description(),
package: package(),
Expand Down
2 changes: 1 addition & 1 deletion src/trie.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{application, trie,
[{description, "Trie Data Structure"},
{vsn, "1.6.0"},
{vsn, "1.7.0"},
{modules, [btrie, trie]},
{registered, []},
{applications, [stdlib, kernel]}]}.
Expand Down

0 comments on commit 37391d3

Please sign in to comment.