about summary refs log tree commit diff
path: root/src/game/g_version.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-05 14:50:43 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-04-05 14:50:43 +0000
commit34c3a1c1426e6443ba30b8e2852b73bf92757dff (patch)
treec804647d311bfcf2627c5a519a15888c6e396b93 /src/game/g_version.h
parentf713ad20288800e8a74160ba390ddefb47841033 (diff)
downloadzcatch-34c3a1c1426e6443ba30b8e2852b73bf92757dff.tar.gz
zcatch-34c3a1c1426e6443ba30b8e2852b73bf92757dff.zip
new network code. not perfect. connectionless packets is missing so no server discovery is possible. reduced network traffic by A LOT
Diffstat (limited to 'src/game/g_version.h')
-rw-r--r--src/game/g_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_version.h b/src/game/g_version.h
index e577316a..7472c783 100644
--- a/src/game/g_version.h
+++ b/src/game/g_version.h
@@ -1,4 +1,4 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
 #include "generated/nethash.c"
-#define GAME_VERSION "0.4.2"
-#define GAME_NETVERSION "0.4 " GAME_NETVERSION_HASH
+#define GAME_VERSION "0.5.0-dev"
+#define GAME_NETVERSION "0.5 " GAME_NETVERSION_HASH