From fe8a81adc2ef24b99d44fb87e882d7f2cd504b91 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Sun, 5 Jul 2020 22:26:02 -0700 Subject: [PATCH] Bump SONAME, which missing ')' versus unexpected ')' needed. Fixes #266. Change-Id: I6a726726663b26e33b1765e716aac4b3f73fcc63 Reviewed-on: https://code-review.googlesource.com/c/re2/+/57531 Reviewed-by: Paul Wankadia --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20b8d0f3c..fe766d295 100644 --- a/Makefile +++ b/Makefile @@ -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: