aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings/viewerversion.xml
blob: 051f2a30ec9fd74d8a44c01bf4a8653f7461bf49 (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 2011.04.19" />
  
</viewer_version>