diff options
author | John Terpstra <jht@samba.org> | 1998-12-02 13:20:18 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-12-02 13:20:18 +0000 |
commit | 87f4eea1099866c374d6c125c5cb61ec651bc223 (patch) | |
tree | 8095770716af10b773e249c09795b1db7cf74d66 /source3/include | |
parent | 51534a4b97f09fc0f98d00e7a2730dddde496dd8 (diff) | |
download | samba-87f4eea1099866c374d6c125c5cb61ec651bc223.tar.gz samba-87f4eea1099866c374d6c125c5cb61ec651bc223.tar.bz2 samba-87f4eea1099866c374d6c125c5cb61ec651bc223.zip |
Updated HEAD branch version to 2.1.0-prealpha in response to a user
complaint about confusion because both the HEAD and SAMBA_2_0 reported
the same version info.
(This used to be commit 195b860b46b78a6a2dd83909477dbc2e9af8f845)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/version.h b/source3/include/version.h index ea1728bdc3..3714273aa0 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "2.0.0-beta1" +#define VERSION "2.1.0-prealpha" |