From f734980e70ee217cc45d3e5535b47cd2422c8f4b Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Sun, 1 Mar 2020 18:44:08 -0800 Subject: [PATCH] Bump SONAME to reflect the ABI break. Fixes #243. Change-Id: Id553565b88df9ce42643053c2163fa457b69a649 Reviewed-on: https://code-review.googlesource.com/c/re2/+/52736 Reviewed-by: Paul Wankadia --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cc539d82..d0107ed92 100644 --- a/Makefile +++ b/Makefile @@ -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: