diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-05 00:59:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:25 -0500 |
commit | 52cd17689159430d3ccb45b21de53e604708454e (patch) | |
tree | 22de88579bdfd3405544c75a1f2045b6f7ebc627 | |
parent | ac42cd59f27de7d753fafd12b4c667073b8758c1 (diff) | |
download | samba-52cd17689159430d3ccb45b21de53e604708454e.tar.gz samba-52cd17689159430d3ccb45b21de53e604708454e.tar.bz2 samba-52cd17689159430d3ccb45b21de53e604708454e.zip |
r9087: change version to 3.0.21pre1 since I will start cherry picking patches for the final 3.0.20
(This used to be commit bfc43a8c75e5af9cc04dea44c36bdc22ee358336)
-rw-r--r-- | source3/VERSION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/VERSION b/source3/VERSION index a7ca54ae5d..7e027ab538 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -19,7 +19,7 @@ ######################################################## SAMBA_VERSION_MAJOR=3 SAMBA_VERSION_MINOR=0 -SAMBA_VERSION_RELEASE=20 +SAMBA_VERSION_RELEASE=21 ######################################################## # If a official release has a serious bug # @@ -41,7 +41,7 @@ SAMBA_VERSION_REVISION= # e.g. SAMBA_VERSION_PRE_RELEASE=1 # # -> "2.2.9pre1" # ######################################################## -SAMBA_VERSION_PRE_RELEASE= +SAMBA_VERSION_PRE_RELEASE=1 ######################################################## # For 'rc' releases the version will be # @@ -51,7 +51,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=1 +SAMBA_VERSION_RC_RELEASE= ######################################################## # To mark SVN snapshots this should be set to 'yes' # |