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