Skip to content

Commit

Permalink
update to 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Siemborski committed Nov 19, 2003
1 parent 8d693c7 commit fafa271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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.66.2.1 2003/10/28 16:52:14 rjs3 Exp $
# $Id: Makefile.in,v 1.66.2.2 2003/11/19 16:45:26 rjs3 Exp $
#
# @configure_input@
#
Expand Down Expand Up @@ -58,7 +58,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
cyrus_prefix = @cyrus_prefix@

VERSION = 2.1.15
VERSION = 2.1.16

all::
@for d in $(SUBDIRS); \
Expand Down
10 changes: 3 additions & 7 deletions cyrus/imap/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +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.128 2003/10/22 18:50:09 rjs3 Exp $
* $Id: version.h,v 1.126.2.1 2003/11/19 16:45:28 rjs3 Exp $
*/

#define _CYRUS_VERSION "v2.2.1-BETA"
#define _CYRUS_VERSION "v2.1.16"

/* 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 @@ -57,10 +56,7 @@
#define CAPABILITY_STRING "IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ " \
"MAILBOX-REFERRALS NAMESPACE UIDPLUS ID " \
"NO_ATOMIC_RENAME UNSELECT " \
"CHILDREN MULTIAPPEND BINARY " \
"SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES " \
"ANNOTATEMORE"

"CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES"

/* Values for ID processing */
enum {
Expand Down

0 comments on commit fafa271

Please sign in to comment.