diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-16 13:02:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-16 13:02:35 +0000 |
commit | c5e2c883c0415ca3c7e366357c8c6ba573713aa6 (patch) | |
tree | 5a88bf86c6fbaebe2cdd133e6625c6c315bc5e43 /source3 | |
parent | b590b27b45725993335c6c1f110bf1a9bb56513b (diff) | |
download | samba-c5e2c883c0415ca3c7e366357c8c6ba573713aa6.tar.gz samba-c5e2c883c0415ca3c7e366357c8c6ba573713aa6.tar.bz2 samba-c5e2c883c0415ca3c7e366357c8c6ba573713aa6.zip |
I think it is pretty much decided that the next major version will be
2.0, so I've updated version.h to reflect this. I've put in
"2.0.0-prealpha".
(This used to be commit f1c67a00b8603bf1a9e6bef680c0d563727ba108)
Diffstat (limited to 'source3')
-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 146d0b7753..921701de4b 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "1.9.19-prealpha" +#define VERSION "2.0.0-prealpha" |