From 8463d2b2fd473e2e4169972fb6a5a89d1ad695db Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sat, 10 Jan 2009 20:32:32 +0000 Subject: [PATCH] Rename protocol to version 00000500 --- doc/{proto_00000403.txt => proto_00000500.txt} | 0 src/version.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{proto_00000403.txt => proto_00000500.txt} (100%) diff --git a/doc/proto_00000403.txt b/doc/proto_00000500.txt similarity index 100% rename from doc/proto_00000403.txt rename to doc/proto_00000500.txt diff --git a/src/version.h b/src/version.h index 75e67b1..7856fde 100644 --- a/src/version.h +++ b/src/version.h @@ -19,7 +19,7 @@ /* This is the version of the network protocol It is usually equal to the latest iodine version number */ -#define VERSION 0x00000403 +#define VERSION 0x00000500 #endif /* _VERSION_H_ */