Increment version number since we forked for beta.

master
Kent Quirk 2010-09-21 17:03:51 -04:00
parent 9a89db5909
commit 5cf8584b8c
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
#define LL_LLVERSIONVIEWER_H
const S32 LL_VERSION_MAJOR = 2;
const S32 LL_VERSION_MINOR = 1;
const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_MINOR = 2;
const S32 LL_VERSION_PATCH = 1;
const S32 LL_VERSION_BUILD = 0;
const char * const LL_CHANNEL = "Second Life Developer";