From: Pekka Riikonen Date: Wed, 3 Apr 2002 11:37:31 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.6~4^2~30 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=ec4a54ed22b46fe1c02bc5ecbf0eb15c45fe7967 updates --- diff --git a/includes/silcversion.h b/includes/silcversion.h index 32a97f93..3a29c13a 100644 --- a/includes/silcversion.h +++ b/includes/silcversion.h @@ -29,8 +29,8 @@ extern "C" { /* Version type definition */ typedef unsigned char SilcVersion; -/* SILC Protocol version number used in SILC packets */ -#define SILC_VERSION_1 '\1' +/* SILC Protocol version number */ +#define SILC_PROTOCOL_VERSION_CURRENT 11 /* SILC version string */ const char *silc_version = SILC_VERSION_STRING;