summaryrefslogtreecommitdiff
path: root/indra/llcommon/llversionviewer.h
blob: c952ad47f80498a4bce762d9e4ee22be47acee8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** 
 * @file llversionviewer.h
 * @brief
 *
 * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc.
 * $License$
 */

#ifndef LL_LLVERSIONVIEWER_H
#define LL_LLVERSIONVIEWER_H

const S32 LL_VERSION_MAJOR = 1;
const S32 LL_VERSION_MINOR = 18;
const S32 LL_VERSION_PATCH = 3;
const S32 LL_VERSION_BUILD = 2;

const char * const LL_CHANNEL = "Second Life Release";

#endif