This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
forked from ktgw0316/jai-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
48 lines (40 loc) · 1.5 KB
/
build.properties
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Base version and milestone.
# String versions are as x.y[.z], file versions as x_y[_z].
# Specification milestones are edr, ..., mr.
# Implementation milestones are alpha, ..., fcs
#
<!-- Set global version properties for this build -->
<!-- *************************************** -->
<!-- *** Begin build-specific properties *** -->
<!-- *************************************** -->
<!--
* The following property specifies the build number of the current
* JAI version being built. This build number is a monotonically
* increasing number that is incremented for each new stable, beta,
* or fcs build. Each non-daily build will have a unique
* build number that is greater than the previous build's build
* number.
-->
version_buildnum=03
<!--
* The following property specifies the beta revision of the current
* JAI version being built. It is ignored for non-beta builds.
-->
version_betastr=alpha
<!--
* The following properties specify the current version of JAI.
* The "version_base" property specifies the dot-dot base version
* number of JAI; it must contain exactly three integer numbers
* separated by "periods ("."). The version_base_file property must
* be the same version number as version_base with "_" replacing ".".
-->
version_base=1.1.6
version_base_file=1_1_6
<!-- ************************************* -->
<!-- *** End build-specific properties *** -->
<!-- ************************************* -->
<!-- Version strings -->
verspec=1.1-mr
<!-- Version strings as used in file names -->
verspecfile=1_1-mr