Increment config rev (because of problem with data-dir), new svn beta release (windows, switch back from mingw to msvc, the later is WAY smaller).

This commit is contained in:
lotodore
2007-09-15 11:57:15 +00:00
parent 7d4972af75
commit 4a9c405d13
+1 -1
View File
@@ -53,7 +53,7 @@ ConfigFile::ConfigFile(int argc, char **argv) : noWriteAccess(0)
if(strcmp(argv[i], "--nowriteaccess") == 0) { noWriteAccess = 1; }
}
// !!!! Revisionsnummer der Configdefaults !!!!!
configRev = 32;
configRev = 33;
//standard defaults
logOnOffDefault = "1";