From cd026c5bfe9f9d713d9302ede331fa2696018b26 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Mon, 1 Feb 2021 16:14:29 -0800 Subject: [PATCH] Undo SONAME bump. CharClass isn't exposed. Fixes #299. Change-Id: I00e66da0bb8d245f6f47f8bfaf6eb9637fe97bac Reviewed-on: https://code-review.googlesource.com/c/re2/+/58270 Reviewed-by: Paul Wankadia --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dab6317a..44cedeeb5 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif # ABI version # http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html -SONAME=10 +SONAME=9 # To rebuild the Tables generated by Perl and Python scripts (requires Internet # access for Unicode data), uncomment the following line: