about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Jaworski <savander.pl@gmail.com>2017-05-20 01:48:24 +0200
committerAdam Jaworski <savander.pl@gmail.com>2017-05-20 01:48:24 +0200
commitd6bbcf627e9a9fe7a05970df24798419186f503f (patch)
treece5b2ea564431a44915f79a04953f8e616cb9216
parentdced12933b61c5973fcb595fa6499cd23b2d8ea6 (diff)
downloadzcatch-d6bbcf627e9a9fe7a05970df24798419186f503f.tar.gz
zcatch-d6bbcf627e9a9fe7a05970df24798419186f503f.zip
Version.h - restore GAME_NETVERSION_HASH to use
-rw-r--r--log.txtbin0 -> 6570 bytes
-rw-r--r--src/game/version.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/log.txt b/log.txt
new file mode 100644
index 00000000..79f9ddde
--- /dev/null
+++ b/log.txt
Binary files differdiff --git a/src/game/version.h b/src/game/version.h
index ed00afae..76d95dd0 100644
--- a/src/game/version.h
+++ b/src/game/version.h
@@ -4,6 +4,6 @@
 #define GAME_VERSION_H
 #include "generated/nethash.cpp"
 #define GAME_VERSION "0.6.2"
-#define GAME_NETVERSION "0.6 626fce9a778df4d4"
+#define GAME_NETVERSION "0.6 " GAME_NETVERSION_HASH
 static const char GAME_RELEASE_VERSION[8] = {'0', '.', '6', '.', '2', 0};
 #endif