From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 1 Feb 2021 15:43:56 -0700
Subject: Revert SONAME back to 9, the bump was unnecessary

Forwarded: https://github.com/google/re2/issues/299
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 15d3d6c..58e3671 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:
