Deleted Added
full compact
packageinfo.sh (1.1.1.10) packageinfo.sh (1.1.1.11)
1#
2# packageinfo.sh - set shell variables with version components
3#
4# This file is sourced by other scripts and does not need execute
5# permission or the #! shell selector.
6#
7# Most changes to this file are fully or semi-automated using the
8# UpdatePoint script on the ntp.org tarball build machine. Changes

--- 69 unchanged lines hidden (view full) ---

78### post-4.2.8:
79### Point number, after "major.minor.", normally modified by script.
80### 4.2.8 and before:
81### Point number, after "p", normally modified by script.
82# 3 cases:
83# - Numeric values increment
84# - empty 'increments' to 1
85# - NEW 'increments' to empty
1#
2# packageinfo.sh - set shell variables with version components
3#
4# This file is sourced by other scripts and does not need execute
5# permission or the #! shell selector.
6#
7# Most changes to this file are fully or semi-automated using the
8# UpdatePoint script on the ntp.org tarball build machine. Changes

--- 69 unchanged lines hidden (view full) ---

78### post-4.2.8:
79### Point number, after "major.minor.", normally modified by script.
80### 4.2.8 and before:
81### Point number, after "p", normally modified by script.
82# 3 cases:
83# - Numeric values increment
84# - empty 'increments' to 1
85# - NEW 'increments' to empty
86point=8
86point=9
87
88### betapoint is normally modified by script.
89# ntp-stable Beta number (betapoint)
90# Should be zeroed at release, and left at zero until first beta.
91# The first beta is -beta1.
92# betapoint is always zero in ntp-dev.
93betapoint=0
94

--- 13 unchanged lines hidden ---
87
88### betapoint is normally modified by script.
89# ntp-stable Beta number (betapoint)
90# Should be zeroed at release, and left at zero until first beta.
91# The first beta is -beta1.
92# betapoint is always zero in ntp-dev.
93betapoint=0
94

--- 13 unchanged lines hidden ---