]> err.no Git - sope/commitdiff
fixed a preprocessor bug
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 3 May 2005 13:03:05 +0000 (13:03 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 3 May 2005 13:03:05 +0000 (13:03 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@795 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/Templates/WOApplication+Builders.m
sope-appserver/NGObjWeb/Version

index 0ba0e28652e466f7453181973896f7fd7509c40f..1cb388b7acc90c148b2b414d070c302be1c4eec3 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-03  Helge Hess  <helge.hess@skyrix.com>
+
+       * Templates/WOApplication+Builders.m: fixed a typo (v4.5.159)
+
 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
 
        * v4.5.158
index b8374fc585565ad84b67265c41f0dadbbf401ba3..e3883c911d82815163b3635082376679c0fb5a26 100644 (file)
   relPath = @"";
 #else
   relPath = @"Library/";
-#else
-  relPath = @"";
 #endif
   relPath = [NSString stringWithFormat:@"%@WOxElemBuilders-%i.%i/", relPath,
                         SOPE_MAJOR_VERSION, SOPE_MINOR_VERSION];
index 593980c7dcaffbf45f715e85921c5c55d5311b77..adab951afe7a62d785fd195e299718076e0b0103 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=158
+SUBMINOR_VERSION:=159
 
 # v4.5.122 requires libNGExtensions v4.5.153
 # v4.5.91  requires libNGExtensions v4.5.134