From: helge Date: Wed, 29 Sep 2004 12:18:48 +0000 (+0000) Subject: fixed WebDAV include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2edf0c6fc8599781e5cf729a56af628bd0f8ac;p=scalable-opengroupware.org fixed WebDAV include git-svn-id: http://svn.opengroupware.org/SOGo/trunk@331 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/Mailer/ChangeLog b/SOGo/SoObjects/Mailer/ChangeLog index 8a465519..0e6b6ad2 100644 --- a/SOGo/SoObjects/Mailer/ChangeLog +++ b/SOGo/SoObjects/Mailer/ChangeLog @@ -1,5 +1,7 @@ 2004-09-29 Helge Hess + * SOGoMailBaseObject.m: fixed WebDAV include (v0.9.13) + * v0.9.12 * SOGoMailAccount.m: added -shortTitle and use that as the diff --git a/SOGo/SoObjects/Mailer/SOGoMailBaseObject.m b/SOGo/SoObjects/Mailer/SOGoMailBaseObject.m index 0b4de4da..10a94f61 100644 --- a/SOGo/SoObjects/Mailer/SOGoMailBaseObject.m +++ b/SOGo/SoObjects/Mailer/SOGoMailBaseObject.m @@ -23,7 +23,7 @@ #include "SOGoMailBaseObject.h" #include "SOGoMailManager.h" #include "common.h" -#include +#include #include @implementation SOGoMailBaseObject diff --git a/SOGo/SoObjects/Mailer/Version b/SOGo/SoObjects/Mailer/Version index 9cef7993..92c8fa08 100644 --- a/SOGo/SoObjects/Mailer/Version +++ b/SOGo/SoObjects/Mailer/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=12 +SUBMINOR_VERSION:=13