From 4a9c405d132c08ecee55570c45c91757293f5ea6 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 15 Sep 2007 11:57:15 +0000 Subject: [PATCH] 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). --- src/config/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp index b6386e31..0749c0dc 100644 --- a/src/config/configfile.cpp +++ b/src/config/configfile.cpp @@ -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";