Skip to content

Commit

Permalink
Bump SONAME to reflect the ABI break.
Browse files Browse the repository at this point in the history
Fixes #243.

Change-Id: Id553565b88df9ce42643053c2163fa457b69a649
Reviewed-on: https://code-review.googlesource.com/c/re2/+/52736
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed Mar 2, 2020
1 parent e55e8e8 commit f734980
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
@@ -44,7 +44,7 @@ endif

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

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

0 comments on commit f734980

Please sign in to comment.