Skip to content

Commit

Permalink
Merge pull request #26 from walter-weinmann/wwe
Browse files Browse the repository at this point in the history
Version 1.3.1: Conflicting module name.
  • Loading branch information
walter-weinmann authored Jan 1, 2017
2 parents 53d2e15 + e63f27a commit 3295ad1
Show file tree
Hide file tree
Showing 6 changed files with 2,134 additions and 2,134 deletions.
2 changes: 1 addition & 1 deletion cover.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{level, details}.
{incl_app, b_trees, details}.
{incl_mods, [b_trees, test_generator]}.
{incl_mods, [b_trees, b_trees_generator]}.
2 changes: 1 addition & 1 deletion src/b_trees.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
b_trees
]
},
{vsn, "1.3.0"}
{vsn, "1.3.1"}
]
}.
4 changes: 2 additions & 2 deletions src/test_generator.erl → src/b_trees_generator.erl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
%%%-------------------------------------------------------------------
%%% File : test_generator.erl
%%% File : b_trees_generator.erl
%%% Description : Generating B-trees for testing purposes.
%%%
%%% Created : 09.09.2016
%%%
%%% Copyright (C) 2016 Walter Weinmann
%%%-------------------------------------------------------------------

-module(test_generator).
-module(b_trees_generator).

-include_lib("eunit/include/eunit.hrl").

Expand Down
Loading

0 comments on commit 3295ad1

Please sign in to comment.