From d846c3642d83f84997fcb4549b9e31ae4183ff50 Mon Sep 17 00:00:00 2001
From: Kitty Barnett <develop@catznip.com>
Date: Sat, 13 Mar 2021 16:48:14 +0100
Subject: [PATCH] Increment version to RLVa-2.4.1

---
 indra/newview/rlvdefines.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/rlvdefines.h b/indra/newview/rlvdefines.h
index 13631811d23..3bcca61473f 100644
--- a/indra/newview/rlvdefines.h
+++ b/indra/newview/rlvdefines.h
@@ -39,7 +39,7 @@ const S32 RLV_VERSION_BUILD_COMPAT = 0;
 // Implementation version
 const S32 RLVa_VERSION_MAJOR = 2;
 const S32 RLVa_VERSION_MINOR = 4;
-const S32 RLVa_VERSION_PATCH = 0;
+const S32 RLVa_VERSION_PATCH = 1;
 const S32 RLVa_IMPL_ID = 13;
 
 // Uncomment before a final release
-- 
GitLab