diff options
author | Samba Release Account <samba-bugs@samba.org> | 2002-07-15 15:14:01 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 2002-07-15 15:14:01 +0000 |
commit | f8db5303395225f6c14c8f2e383a83adbd970df9 (patch) | |
tree | 3ee626e446572594df5536060d831f51efb7f943 | |
parent | 159118de5ce0999b96ebe7cd7dc823087b0cccf5 (diff) | |
download | samba-f8db5303395225f6c14c8f2e383a83adbd970df9.tar.gz samba-f8db5303395225f6c14c8f2e383a83adbd970df9.tar.bz2 samba-f8db5303395225f6c14c8f2e383a83adbd970df9.zip |
preparing for release of 3.0-alpha18
(This used to be commit 9556d3316cf262d14da4f3481d3e733b23d0862b)
-rw-r--r-- | WHATSNEW.txt | 6 | ||||
-rw-r--r-- | source3/include/version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3a30b7b1ef..ba9956cdbb 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,12 @@ WHATS NEW IN Samba 3.0 alphaX ============================= +Changes in alpha18 + - huge number of changes! really too many to list ... (and its 1am + here, and I'm too tired) + See the cvs tree at http://build.samba.org/ + + Changes in alpha17 - OpenLinux packaging updates (jht) - Locking updates - fix zero timeout (tridge, jra) diff --git a/source3/include/version.h b/source3/include/version.h index afc40a8cf9..74df1c9914 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha17" +#define VERSION "3.0-alpha18" |