From: Art Cancro Date: Thu, 21 Mar 2019 23:18:19 +0000 (-0400) Subject: Version 925 release X-Git-Tag: v939~301 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5c19361e220cecbfbe397b48f84a25a3a8885756 Version 925 release --- diff --git a/citadel/citadel.h b/citadel/citadel.h index f005d589d..8f3390089 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -1,7 +1,7 @@ /* * Main Citadel header file * - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -35,7 +35,7 @@ extern "C" { */ #define CITADEL PACKAGE_STRING -#define REV_LEVEL 924 // This version +#define REV_LEVEL 925 // This version #define REV_MIN 591 // Oldest compatible database #define EXPORT_REV_MIN 760 // Oldest compatible export files #define LIBCITADEL_MIN 922 // Minimum required version of libcitadel diff --git a/citadel/debian/changelog b/citadel/debian/changelog index 430a9c8ee..94917604f 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (925-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 19 Dec 2018 16:57:49 -0500 + citadel (924-1) stable; urgency=low * new release diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index 9da98bc34..2e9962e88 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (925-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 19 Dec 2018 16:57:49 -0500 + libcitadel (924-1) stable; urgency=low * new release diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index b035a4744..9d015a937 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -1,7 +1,7 @@ /* * Header file for libcitadel * - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -26,7 +26,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 924 +#define LIBCITADEL_VERSION_NUMBER 925 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/textclient/debian/changelog b/textclient/debian/changelog index 959f35a9c..27b146590 100644 --- a/textclient/debian/changelog +++ b/textclient/debian/changelog @@ -1,3 +1,9 @@ +textclient (925-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 19 Dec 2018 16:57:49 -0500 + textclient (924-1) stable; urgency=low * new release diff --git a/textclient/textclient.h b/textclient/textclient.h index 922644642..74f70e63a 100644 --- a/textclient/textclient.h +++ b/textclient/textclient.h @@ -13,7 +13,7 @@ #define UDS "_UDS_" #define DEFAULT_HOST "localhost" #define DEFAULT_PORT "504" -#define CLIENT_VERSION 924 +#define CLIENT_VERSION 925 #define CLIENT_TYPE 0 /* commands we can send to the stty_ctdl() routine */ diff --git a/webcit/debian/changelog b/webcit/debian/changelog index 52c85c58b..f774c408d 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (925-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 19 Dec 2018 16:57:49 -0500 + webcit (924-1) stable; urgency=low * new release diff --git a/webcit/webcit.h b/webcit/webcit.h index 921034603..73f352386 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2018 by the citadel.org team + * Copyright (c) 1987-2019 by the citadel.org team * * This program is open source software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. @@ -127,7 +127,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 924 /* This version of WebCit */ +#define CLIENT_VERSION 925 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 924 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 924 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */