prevent ChanUsers from being removed when user quits with register reason
[NeonServV5.git] / src / overall.h
index 753ec2b9530fb75ba0e9445acf6c87058ab8fd75..c5da71ba124b71fa3a5db415b76471747897d8e8 100644 (file)
@@ -1,4 +1,4 @@
-/* overall.h - NeonServ v5.3
+/* overall.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -19,8 +19,8 @@
 #define _overall_h
 #include "../config.h"
 
-#define NEONSERV_VERSION "5.3"
-#define VERSION_PATCHLEVEL 543
+#define NEONSERV_VERSION "5.5"
+#define VERSION_PATCHLEVEL 707
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -39,6 +39,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 #include <sys/wait.h>
+#include <errno.h>
 #endif
 #include <unistd.h>
 #include <getopt.h>