Skip to content

Commit

Permalink
ready for 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Siemborski committed Dec 3, 2002
1 parent 554e2ed commit 70261cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cyrus/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Top-level Makefile for cyrus software
# $Id: Makefile.in,v 1.49.4.1 2002/12/03 19:14:01 rjs3 Exp $
# $Id: Makefile.in,v 1.49.4.2 2002/12/03 22:21:09 rjs3 Exp $
#
# @configure_input@
#
Expand Down Expand Up @@ -58,7 +58,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
cyrus_prefix = @cyrus_prefix@

VERSION = 2.0.16
VERSION = 2.0.17

all::
@for d in $(SUBDIRS); \
Expand Down
8 changes: 4 additions & 4 deletions cyrus/imap/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
* AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* $Id: version.h,v 1.107 2001/08/03 21:18:08 ken3 Exp $
* $Id: version.h,v 1.106.4.1 2002/12/03 22:21:11 rjs3 Exp $
*/

#define _CYRUS_VERSION "v2.1.0pre"
#define _CYRUS_VERSION "v2.0.17"

/* EXTRA_IDENT is a hack to add some version information for which compile
* was used to build this version (at CMU, but we don't care what you do with
Expand All @@ -52,7 +52,7 @@
#define CYRUS_VERSION _CYRUS_VERSION
#endif

/* CAPABILITIES are now defined here, not including sasl ones */
/* CAPABILITIES are now defined here, not including thread and sasl ones */
#define CAPABILITY_STRING "IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE " \
"UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT " \
"UIDPLUS ID NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT " \
"THREAD=ORDEREDSUBJECT THREAD=REFERENCES"

0 comments on commit 70261cf

Please sign in to comment.