Description: Remove 'git' from library version
 FIXME descriebe why
Author: A. Maitland Bottoms <bottoms@debian.org>
Forwarded: no
Reviewed-By: A. Maitland Bottoms <bottoms@debian.org>
Last-Update: 2020-03-28

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@
 set(VERSION_MAJOR 1)
 set(VERSION_API   0)
 set(VERSION_ABI   0)
-set(VERSION_PATCH git)
+set(VERSION_PATCH "")
 
 cmake_policy(SET CMP0011 NEW)
 
