Skip to content

Commit

Permalink
fix doc typo and increment version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Sep 26, 2010
1 parent fd65f3f commit 03da0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := epgsql NAME := epgsql
VERSION := 1.2 VERSION := 1.3


ERL := erl ERL := erl
ERLC := erlc ERLC := erlc
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Erlang PostgreSQL Database Client
+ {database, String} + {database, String}
+ {port, Integer} + {port, Integer}
+ {ssl, Atom} true | false | required + {ssl, Atom} true | false | required
+ {ssl_opts List} see ssl application docs in OTP + {ssl_opts, List} see ssl application docs in OTP
+ {timeout, Integer} milliseconds, defaults to 5000 + {timeout, Integer} milliseconds, defaults to 5000
+ {async, Pid} see Asynchronous Messages section + {async, Pid} see Asynchronous Messages section


Expand Down

0 comments on commit 03da0e0

Please sign in to comment.