]> err.no Git - sope/commitdiff
minor bundle fix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 21 Apr 2006 17:25:33 +0000 (17:25 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 21 Apr 2006 17:25:33 +0000 (17:25 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1251 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/versitSaxDriver/ChangeLog
sope-ical/versitSaxDriver/GNUmakefile
sope-ical/versitSaxDriver/Version

index c6700d6f57ab5f02f9cefd11c371134d43b77410..666788daee7a32f51af9f1ab9856fb16d14b7de3 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GNUmakefile: properly declare principal class (v4.5.23)
+
 2006-04-08  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * VSSaxDriver.m: improved error reporting in case no data could be
index 22fe099faaf191bfa86ab28a30a3f009a1144fcb..00f0f550c203c3d9c35d950ef23a127410554b9b 100644 (file)
@@ -9,6 +9,8 @@ BUNDLE_NAME        = versitSaxDriver
 BUNDLE_EXTENSION   = .sax
 BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SaxDrivers-$(MAJOR_VERSION).$(MINOR_VERSION)/
 
+versitSaxDriver_PRINCIPAL_CLASS = VSSaxDriver
+
 versitSaxDriver_PCH_FILE = common.h
 
 versitSaxDriver_OBJC_FILES =   \
index 021f6fc6c31252b0477a3d35f2d893fb2912f5b0..163b203ad0c7120d58b9ce15c0cc35cd2e41ff48 100644 (file)
@@ -1,3 +1,3 @@
 # Version file
 
-SUBMINOR_VERSION:=22
+SUBMINOR_VERSION:=23