diff options
Diffstat (limited to 'packageinfo.sh')
-rw-r--r-- | packageinfo.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packageinfo.sh b/packageinfo.sh index fe1a4ba1f53b4..702373fd36bb3 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -9,21 +9,21 @@ version=${proto}.${major}.${minor} # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=5 +point=8 # Special. Normally unused. A suffix. #special=ag special= # [???] To start an RC cycle: RC->yes # To release from an RC cycle: rcpoint-> GO # ReleaseCandidate. 'yes' or 'no'. +#releasecandidate=yes releasecandidate=no -#releasecandidate=no # ChangeLog tag CLTAG=NTP_4_2_0 ### # The following is for ntp-stable. 2 cases: # - Numeric values increment -# - GO triggers a release +# - GO triggers a release (from releasecandidate=yes) # - - rcpoint gets set to 0 # - - releasecandidate gets set to no # - GRONK is for -dev |