From 8450fe0da763219c0e88fec264ddf3284ed0ddda Mon Sep 17 00:00:00 2001
From: Debi King <dessie@lindenlab.com>
Date: Tue, 24 Mar 2009 21:19:22 +0000
Subject: Changed LL_VERSION_MINOR to equal 24

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

(limited to 'indra')

diff --git a/indra/llcommon/llversionviewer.h b/indra/llcommon/llversionviewer.h
index ad3886cdda..15f0e98330 100644
--- a/indra/llcommon/llversionviewer.h
+++ b/indra/llcommon/llversionviewer.h
@@ -34,7 +34,7 @@
 #define LL_LLVERSIONVIEWER_H
 
 const S32 LL_VERSION_MAJOR = 1;
-const S32 LL_VERSION_MINOR = 23;
+const S32 LL_VERSION_MINOR = 24;
 const S32 LL_VERSION_PATCH = 0;
 const S32 LL_VERSION_BUILD = 0;
 
-- 
cgit v1.2.3