GnuTLS control constants exposed to Makefile.
[exim.git] / src / exim_monitor / em_version.c
index 5f9600027eb63ac70822e015286df30f8d4417f6..a10aac4fba7636598b3820774c141958b12c28fc 100644 (file)
@@ -1,10 +1,8 @@
-/* $Cambridge: exim/src/exim_monitor/em_version.c,v 1.2 2005/01/04 10:00:42 ph10 Exp $ */
-
 /*************************************************
 *                  Exim Monitor                  *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2005 */
+/* Copyright (c) University of Cambridge 1995 - 2009 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "mytypes.h"
@@ -21,7 +19,7 @@ version_init(void)
 int i = 0;
 uschar today[20];
 
-version_string = US"2.05";
+version_string = US"2.06";
 
 Ustrcpy(today, __DATE__);
 if (today[4] == ' ') i = 1;