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 | 9556d3316cf262d14da4f3481d3e733b23d0862b (patch) | |
tree | 9f7a658a52c37262aebf389c761710bf31177e5e | |
parent | 04de6bbc8055e5547af41b10e284b722f40e726d (diff) | |
download | samba-9556d3316cf262d14da4f3481d3e733b23d0862b.tar.gz samba-9556d3316cf262d14da4f3481d3e733b23d0862b.tar.xz samba-9556d3316cf262d14da4f3481d3e733b23d0862b.zip |
preparing for release of 3.0-alpha18
-rw-r--r-- | WHATSNEW.txt | 6 | ||||
-rw-r--r-- | source/include/version.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3a30b7b1efc..ba9956cdbbb 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/source/include/version.h b/source/include/version.h index afc40a8cf90..74df1c99141 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha17" +#define VERSION "3.0-alpha18" |