From c5f7abb82003b1175cd8587113ec3cb3c094ef21 Mon Sep 17 00:00:00 2001
From: "A. Maitland Bottoms" <bottoms@debian.org>
Date: Sun, 25 Aug 2019 13:33:22 -0400
Subject: [PATCH 2/2] set soname

---
 lib/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 1699fd8..99e3a84 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -52,6 +52,8 @@ endif(APPLE)
 # Install built library files
 ########################################################################
 include(GrMiscUtils)
+set(VERSION "1.1.0")
+set(LIBVER "1")
 GR_LIBRARY_FOO(gnuradio-rds)
 
 ########################################################################
-- 
2.20.1

