a63a4ced698254fe824ec96f92adb995f6d18169
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / printing / spoolssosversion.xml
1 <samba:parameter name="spoolss: os_major"
2                  context="G"
3                  type="integer"
4                  advanced="1"
5                  developer="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>Windows might require a new os version number. This option allows
9                 to modify the build number. The complete default version number is:
10                 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
11         </para>
12 </description>
13 <value type="default">5</value>
14 <value type="example">6</value>
15 </samba:parameter>
16
17 <samba:parameter name="spoolss: os_minor"
18                  context="G"
19                  type="integer"
20                  advanced="1"
21                  developer="1"
22                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
23 <description>
24         <para>Windows might require a new os version number. This option allows
25                 to modify the build number. The complete default version number is:
26                 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
27         </para>
28 </description>
29 <value type="default">0</value>
30 <value type="example">1</value>
31 </samba:parameter>
32
33 <samba:parameter name="spoolss: os_build"
34                  context="G"
35                  type="integer"
36                  advanced="1"
37                  developer="1"
38                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
39 <description>
40         <para>Windows might require a new os version number. This option allows
41                 to modify the build number. The complete default version number is:
42                 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
43         </para>
44 </description>
45 <value type="default">2195</value>
46 <value type="example">7601</value>
47 </samba:parameter>