Lines Matching +full:version +full:- +full:minor

2 # packageinfo.sh - set shell variables with version components
7 # Most changes to this file are fully or semi-automated using the
13 # To bump the -dev point (p) number, UpdatePoint needs no changes here.
15 # To start a -RC cycle in -dev leading to the next -stable release,
18 # To move from dev -RC to new -stable and -dev major/minor version, set
19 # minor and/or major to the new version, repotype to match the new
20 # minor version, empty prerelease, and set point=NEW. UpdatePoint
25 # To start a -stable beta cycle, which normally occurs before a -stable
26 # -RC1 during the runup to a -stable point release, UpdatePoint needs
30 # To move on from -stable beta to RC set prerelease=rc.
32 # To fall back from -stable RC to beta set prerelease=beta.
34 # To skip over -stable beta1 directly to -RC1, set prerelease=rc.
36 # To proceed from a -stable RC to the release set rcpoint=GO
38 # To skip all -stable prereleases and move from one primary or point
44 # does by default, use the -t/--test option before the repo type:
46 # shell# scripts/build/UpdatePoint -t stable
52 # post-4.2.8:
53 # version=Major.Minor
55 # version=Protocol.Major.Minor
56 # odd minor numbers are for -dev, even minor numbers are for -stable
57 # UpdatePoint will fail if repotype is inconsistent with minor.
60 minor=8
64 version=${proto}.${major}.${minor}
66 *) version=${major}.${minor}
77 # ChangeLog starting tag (see also CommitLog-4.1.0)
80 ### post-4.2.8:
81 ### Point number, after "major.minor.", normally modified by script.
85 # - Numeric values increment
86 # - empty 'increments' to 1
87 # - NEW 'increments' to empty
91 # ntp-stable Beta number (betapoint)
93 # The first beta is -beta1.
94 # betapoint is always zero in ntp-dev.
99 # for ntp-dev, always empty as RC numbers are not used, nor is GO.
100 # For ntp-stable:
102 # - Numeric values increment
103 # - GO triggers a release
104 # - - rcpoint is emptied
105 # - - betapoint is set to 0
106 # - - prerelease is emptied
108 # - rcpoint is empty and unused (for now).