From f93bf11e697f8c24b4548f86f3dfdd0508065bb6 Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 12 Jul 2005 14:16:27 +0000 Subject: [PATCH] bundle -> wobundle git-svn-id: http://svn.opengroupware.org/SOGo/trunk@721 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/ChangeLog | 5 +++++ SOGo/SoObjects/Appointments/GNUmakefile | 2 +- SOGo/SoObjects/Appointments/Version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/SOGo/SoObjects/Appointments/ChangeLog b/SOGo/SoObjects/Appointments/ChangeLog index bde97919..c0bc6c98 100644 --- a/SOGo/SoObjects/Appointments/ChangeLog +++ b/SOGo/SoObjects/Appointments/ChangeLog @@ -1,5 +1,10 @@ 2005-07-12 Marcus Mueller + * v0.9.38 + + * GNUmakefile: changed inclusion of bundle.make to wobundle.make + because of new components + * v0.9.37 * SOGoAptMailNotification.[hm]: new component forming the basis for diff --git a/SOGo/SoObjects/Appointments/GNUmakefile b/SOGo/SoObjects/Appointments/GNUmakefile index 1cab3383..cdab4d94 100644 --- a/SOGo/SoObjects/Appointments/GNUmakefile +++ b/SOGo/SoObjects/Appointments/GNUmakefile @@ -27,6 +27,6 @@ Appointments_COMPONENTS += \ SOGoAptMailUpdate.wo \ -include GNUmakefile.preamble -include $(GNUSTEP_MAKEFILES)/bundle.make +include $(GNUSTEP_MAKEFILES)/wobundle.make -include GNUmakefile.postamble include ../../fhsbundle.make diff --git a/SOGo/SoObjects/Appointments/Version b/SOGo/SoObjects/Appointments/Version index 7300dc6e..b7c46abf 100644 --- a/SOGo/SoObjects/Appointments/Version +++ b/SOGo/SoObjects/Appointments/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=37 +SUBMINOR_VERSION:=38 # v0.9.32 requires libGDLContentStore v4.5.26 # v0.9.28 requires libNGiCal v4.5.47 -- 2.39.5