This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch time-unit-parameterization
in repository https://gitbox.apache.org/repos/asf/couchdb-ets-lru.git

commit 4af7633f9288a89f11ae51b4b32d36fd38565f39
Author: Robert Newson <robert.new...@cloudant.com>
AuthorDate: Fri Nov 22 16:38:15 2013 +0000

    set module version to 1
---
 src/ets_lru.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/ets_lru.erl b/src/ets_lru.erl
index 7311081..dbf3402 100644
--- a/src/ets_lru.erl
+++ b/src/ets_lru.erl
@@ -11,7 +11,8 @@
 % the License.
 
 -module(ets_lru).
--behavior(gen_server).
+-behaviour(gen_server).
+-vsn(1).
 
 
 -export([

Reply via email to