diff options
author | Gerald Carter <jerry@samba.org> | 2004-07-22 13:43:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:15 -0500 |
commit | deb6d8990750a7c176c2a070966a4e54cf893e5a (patch) | |
tree | 7fa90e8b018915143662fbda8d607dc5b9890632 /source3/VERSION | |
parent | 0c6d7f28d6c1066cc6b3055ebf6a8fcf685ca1f6 (diff) | |
download | samba-deb6d8990750a7c176c2a070966a4e54cf893e5a.tar.gz samba-deb6d8990750a7c176c2a070966a4e54cf893e5a.tar.bz2 samba-deb6d8990750a7c176c2a070966a4e54cf893e5a.zip |
r1572: setting version to 3.0.7pre1; I will pull back changes into 3.0.6rc2 manually
(This used to be commit 11c6ca1c3c9d3b400f4cebcbf232899bcf4b613f)
Diffstat (limited to 'source3/VERSION')
-rw-r--r-- | source3/VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/VERSION b/source3/VERSION index 5a7d9836c8..b2951f4211 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -19,7 +19,7 @@ ######################################################## SAMBA_VERSION_MAJOR=3 SAMBA_VERSION_MINOR=0 -SAMBA_VERSION_RELEASE=5 +SAMBA_VERSION_RELEASE=7 ######################################################## # For 'pre' releases the version will be # @@ -29,7 +29,7 @@ SAMBA_VERSION_RELEASE=5 # e.g. SAMBA_VERSION_PRE_RELEASE=1 # # -> "2.2.9pre1" # ######################################################## -SAMBA_VERSION_PRE_RELEASE=2 +SAMBA_VERSION_PRE_RELEASE=1 ######################################################## # For 'rc' releases the version will be # |