Skip to content

Commit f397220

Browse files
committed
Prepare v1.9.7
Bump re2 to 2021-02-02
1 parent 19d228d commit f397220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c_src/build_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ case "$1" in
2929
fi
3030
test -f re2/$LIBRE2 && exit 0
3131

32-
RE2_REV=${RE2_REV:-2020-11-01}
32+
RE2_REV=${RE2_REV:-2021-02-02}
3333
case $(git config --get remote.origin.url) in
3434
git@github.com*|https://github.com*|git://github.com*)
3535
RE2_DEFAULT_URL=https://github.com/google/re2

src/re2.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, re2,
22
[ {description, "Erlang NIF bindings for RE2 regex library"}
3-
, {vsn, "1.9.6"}
3+
, {vsn, "1.9.7"}
44
, {modules, [re2]}
55
, {registered, []}
66
, {applications, [ kernel

0 commit comments

Comments
 (0)