Blame SOURCES/librtas-2.0.1-libversion.patch

b400a6
From 2c954feaa59657fd8a13cf6e7208c4bf8c46f0dc Mon Sep 17 00:00:00 2001
b400a6
From: Sinny Kumari <sinny@redhat.com>
b400a6
Date: Sun, 19 Mar 2017 00:21:22 +0530
b400a6
Subject: [PATCH] Update library version to 2.0.1 to match with release version
b400a6
b400a6
---
b400a6
 Makefile.am | 4 +++-
b400a6
 1 file changed, 3 insertions(+), 1 deletion(-)
b400a6
b400a6
diff --git a/Makefile.am b/Makefile.am
b400a6
index e02d007..5f819c3 100644
b400a6
--- a/Makefile.am
b400a6
+++ b/Makefile.am
b400a6
@@ -19,7 +19,9 @@ AM_CFLAGS = -I$(top_srcdir)/librtas_src/ -I$(top_srcdir)/librtasevent_src/
b400a6
 
b400a6
 library_includedir=$(includedir)
b400a6
 
b400a6
-LIBRTAS_LIBRARY_VERSION = 2:0:0
b400a6
+# CURRENT:REVISION:AGE(C:R:A)
b400a6
+# For calculating version number of library, formula used is (C - A).(A).(R)
b400a6
+LIBRTAS_LIBRARY_VERSION = 2:1:0
b400a6
 
b400a6
 lib_LTLIBRARIES += librtas.la
b400a6
 librtas_la_LDFLAGS = -version-info $(LIBRTAS_LIBRARY_VERSION)
b400a6
-- 
b400a6
2.9.3
b400a6