--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -54,6 +54,8 @@
 ########################################################################
 include(GrMiscUtils)
 GR_LIBRARY_FOO(gnuradio-air_modes)
+set_target_properties(gnuradio-air_modes PROPERTIES SOVERSION "${VERSION_MAJOR}")
+set_target_properties(gnuradio-air_modes PROPERTIES VERSION "${VERSION_MAJOR}.${VERSION_API}.${VERSION_ABI}")
 
 ########################################################################
 # Print summary
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@
 set(VERSION_MAJOR 1)
 set(VERSION_API    0)
 set(VERSION_ABI 0)
-set(VERSION_PATCH git)
+# set(VERSION_PATCH git)
 
 # Set cmake policies.
 # This will suppress developer warnings during the cmake process that can occur
