Skip to content

Commit 712f8ea

Browse files
author
Nick Gerakines
committed
Bumping release to #4.
1 parent b995b45 commit 712f8ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LIBDIR=`erl -eval 'io:format("~s~n", [code:lib_dir()])' -s init stop -noshell`
2-
VERSION=3
1+
LIBDIR=$(shell erl -eval 'io:format("~s~n", [code:lib_dir()])' -s init stop -noshell)
2+
VERSION=4
33
PKGNAME=erlang_mysql
44

55
all: app
@@ -27,4 +27,4 @@ test: all
2727

2828
cover: all
2929
COVER=1 prove t/*.t
30-
erl -detached -noshell -eval 'etap_report:create()' -s init stop
30+
erl -detached -noshell -eval 'etap_report:create()' -s init stop

0 commit comments

Comments
 (0)