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