diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 09:07:44 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-05 04:27:36 +0200 |
commit | d561ef20b5f87bd3a77939de7175daca45679e29 (patch) | |
tree | fe6ae7c655563692f8913ef595cfc2a63dc31132 /VERSION | |
parent | 1a2b65cd31243f36f2a0a63bdad7f6d6f39afc1d (diff) | |
download | samba-d561ef20b5f87bd3a77939de7175daca45679e29.tar.gz |
VERSION: prepare for beta1 by setting and parsing the beta version
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -57,7 +57,17 @@ SAMBA_VERSION_TP_RELEASE= # e.g. SAMBA_VERSION_ALPHA_RELEASE=1 # # -> "4.0.0alpha1" # ######################################################## -SAMBA_VERSION_ALPHA_RELEASE=22 +SAMBA_VERSION_ALPHA_RELEASE= + +######################################################## +# For 'alpha' releases the version will be # +# # +# <MAJOR>.<MINOR>.<RELEASE>beta<TP_RELEASE> # +# # +# e.g. SAMBA_VERSION_BETA_RELEASE=1 # +# -> "4.0.0beta1" # +######################################################## +SAMBA_VERSION_BETA_RELEASE=1 ######################################################## # For 'pre' releases the version will be # |