aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/viewerversion.xml
blob: 351f86b7baa3cdc917cd3cd8129f5bb763395f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- 
Set the version for Imprudence here!

NOTE: llcommon/llviewerversion.h still
contains the version for the LL viewer.

OS-specific version resources still 
need to be changed manually - MC
-->

<viewer_version>

  <!--int-->
  <viewer version_major="1" />

  <!--int-->
  <viewer version_minor="4" />

  <!--int-->
  <viewer version_patch="0" />

  <!--string-->
  <viewer version_test="Experimental 2010.09.18" />
  
</viewer_version>