Skip to content

Commit feb4990

Browse files
committed
Bump version to 0.9.9a
1 parent cc8c0e1 commit feb4990

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/epocxy.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{application, epocxy,
77
[
88
{id, "epocxy"},
9-
{vsn, "0.9.8e"},
9+
{vsn, "0.9.9a"},
1010
{description, "Erlang Patterns of Concurrency"},
1111
{modules, [
1212
ets_buffer,

src/epocxy_ets_fsm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
%%% tables is for maximum concurrency, so they must be accessible
1919
%%% by all processes.
2020
%%%
21-
%%% @since v0.9.8d
21+
%%% @since v0.9.9a
2222
%%% @end
2323
%%%------------------------------------------------------------------------------
2424
-module(epocxy_ets_fsm).

src/epocxy_sup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%%% tables that are needed by the concurrency library. This FSM is
1010
%%% intended to outlive any patterns which are built on ets tables.
1111
%%%
12-
%%% @since v0.9.8d
12+
%%% @since v0.9.9a
1313
%%% @end
1414
%%%------------------------------------------------------------------------------
1515
-module(epocxy_sup).

src/ets_ring_buffer_ro.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%%% set true. As with other buffer data types driven by metadata, the
2323
%%% metadata ets table is mainly accessed by writing and has only
2424
%%% write_concurrency set true.
25-
%%% @since 0.9.8d
25+
%%% @since 0.9.9a
2626
%%% @end
2727
%%%------------------------------------------------------------------------------
2828
-module(ets_ring_buffer_ro).

0 commit comments

Comments
 (0)