diff options
| author | Sam Varshavchik | 2015-04-25 09:54:54 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2015-04-25 09:54:54 -0400 |
| commit | 5b033aa14528f620ff8106b73e34a3dc14ad75f9 (patch) | |
| tree | bdb7814eca4a3a03b994ac77a9d8d360518304fa /imap | |
| parent | de2ec7525d7fa3d1b167b3c4fc733e181b752496 (diff) | |
| download | courier-libs-5b033aa14528f620ff8106b73e34a3dc14ad75f9.tar.bz2 | |
Bump year.
Diffstat (limited to 'imap')
| -rw-r--r-- | imap/configure.ac | 2 | ||||
| -rw-r--r-- | imap/imaplogin.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/imap/configure.ac b/imap/configure.ac index 972cd26..c912586 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl dnl Copyright 1998 - 2015 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 4.16.0, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 4.16.1, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros diff --git a/imap/imaplogin.c b/imap/imaplogin.c index 6e8ce23..c9601f5 100644 --- a/imap/imaplogin.c +++ b/imap/imaplogin.c @@ -468,7 +468,7 @@ int main(int argc, char **argv) writes("* OK [CAPABILITY "); imapcapability(); writes("] Courier-IMAP ready. " - "Copyright 1998-2011 Double Precision, Inc. " + "Copyright 1998-2015 Double Precision, Inc. " "See COPYING for distribution information.\r\n"); fprintf(stderr, "DEBUG: Connection, ip=[%s]\n", ip); writeflush(); @@ -705,4 +705,3 @@ static int login_imap(int fd, const char *hostname, void *void_arg) return 0; } - |
