]> jfr.im git - irc/gameservirc.git/commitdiff
Changed the version number to be 1.3.5 +devel
authorkainazzzo <redacted>
Thu, 14 Aug 2008 18:00:02 +0000 (18:00 +0000)
committerkainazzzo <redacted>
Thu, 14 Aug 2008 18:00:02 +0000 (18:00 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@506 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/tcpclient.cpp

index bc0e9107d14fd2777f05732c4a9b150c5471f520..678cb7f3035303417fda7be42daedd49df916bce 100644 (file)
@@ -35,7 +35,7 @@
 using namespace std;
 
 const string PACKAGE = "GameServ";
-const string VERSION = "1.3.4 +devel";
+const string VERSION = "1.3.5 +devel";
 
 int sock;
 long lastrefresh;
@@ -104,12 +104,12 @@ int main(int argc, char *argv[])
        delete []conf;
   
   // Turn into a daemon
-  if (daemon(1,0) < 0)
+/*  if (daemon(1,0) < 0)
     {
          perror("Could not turn into a daemon");
          exit(3);
     }
-
+*/
   if (load_items() == 0)
     {
       log("Error loading items");