Cross Reference: /forgerock/opendj2/PRODUCT
PRODUCT revision 533c6d1a5fd61156f3689892c29993c4e964cf62
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
26
27
28
29
30
31
2209N/A# The official full product name for the Directory Server.
2209N/APRODUCT_NAME=OpenDS Directory Server
2209N/A
2209N/A# The short name that should be used if the full name is not appropriate.
2209N/ASHORT_NAME=OpenDS
2209N/A
2209N/A# The major version number for the Directory Server. It must be an integer.
2209N/AMAJOR_VERSION=0
2209N/A
2209N/A# The minor version number for the Directory Server. It must be an integer.
2209N/AMINOR_VERSION=3
2209N/A
2209N/A# The point version number for the Directory Server. It must be an integer.
2209N/A# The point version will generally not be displayed to the end user but may be
2209N/A# used to determine ordering among builds with the same major and minor
2209N/A# versions but different qualifiers.
2209N/APOINT_VERSION=0
2209N/A
2209N/A# The version qualifier string for the Directory Server. It should be blank
2209N/A# for the first official release with a new major and minor version number
5680N/A# but may include additional text like "BETA1" or "SP2" for updates that do not
5680N/A# warrant incrementing the major or minor version. However, the point version
5371N/A# should be incremented every time a new qualifier is used.
2209N/AVERSION_QUALIFIER=test
2209N/A
2209N/A# A comma-delimited list of bug IDs for fixes included in this build. This
2209N/A# should be set in any non-official build given to a customer to address a
2209N/A# specific problem or set of problems identified in the corresponding official
3441N/A# release.
3441N/AFIX_IDS=
3441N/A