forked from JMRI/JMRI
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrelease.properties
More file actions
23 lines (18 loc) · 793 Bytes
/
release.properties
File metadata and controls
23 lines (18 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Fri, 08 Apr 2022 19:57:18 -0400
# Changes to this file are to be checked in by JMRI release pumpkins only
#
# these are the numbers for the MOST RECENT release from this branch
release.major=5
release.minor=15
release.build=6
# additional release descriptor for a long-running experimental difference
# from what is produced by building JMRI/master (e.g. "pjc"). Should not contain
# dashes (-) or plus signs (+) since these are delimiters in the JMRI version
release.modifier=
# set this to true if this is a JMRI-project official release candidate build
# (normally, this is only set true by the CI build engine)
release.official=false
# name of the branch being used
# usually just 'master', but in certain circumstances
# can be something else i.e. "j11master"
release.branch=master