Skip to content

Commit

Permalink
Bump SONAME, which missing ')' versus unexpected ')' needed.
Browse files Browse the repository at this point in the history
Fixes #266.

Change-Id: I6a726726663b26e33b1765e716aac4b3f73fcc63
Reviewed-on: https://code-review.googlesource.com/c/re2/+/57531
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jul 6, 2020
1 parent a65cf8a commit fe8a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif

# ABI version
# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
SONAME=7
SONAME=8

# To rebuild the Tables generated by Perl and Python scripts (requires Internet
# access for Unicode data), uncomment the following line:
Expand Down

0 comments on commit fe8a81a

Please sign in to comment.