summaryrefslogtreecommitdiff
path: root/libs/enet/include
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-03-15 20:46:39 +0100
committerStefan Dombrowski <stefan@uni-bonn.de>2011-03-15 20:46:39 +0100
commit935d35a14fb0f5a635154e032cc113d7b6740976 (patch)
treec4aa12bb9f92ee0b42f03b05d84b1ef72fdbce30 /libs/enet/include
parent91e2779891973cdbefc6e07ca3dee7a432a05112 (diff)
downloadmana-client-935d35a14fb0f5a635154e032cc113d7b6740976.tar.gz
mana-client-935d35a14fb0f5a635154e032cc113d7b6740976.tar.bz2
mana-client-935d35a14fb0f5a635154e032cc113d7b6740976.tar.xz
mana-client-935d35a14fb0f5a635154e032cc113d7b6740976.zip
Updating enet to version 1.3.1
This makes the connection much more reliable.
Diffstat (limited to 'libs/enet/include')
-rw-r--r--libs/enet/include/enet/enet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/enet/include/enet/enet.h b/libs/enet/include/enet/enet.h
index 2f656d6c..b572590e 100644
--- a/libs/enet/include/enet/enet.h
+++ b/libs/enet/include/enet/enet.h
@@ -25,7 +25,7 @@ extern "C"
#define ENET_VERSION_MAJOR 1
#define ENET_VERSION_MINOR 3
-#define ENET_VERSION_PATCH 0
+#define ENET_VERSION_PATCH 1
#define ENET_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
#define ENET_VERSION ENET_VERSION_CREATE(ENET_VERSION_MAJOR, ENET_VERSION_MINOR, ENET_VERSION_PATCH)