From 79c87e489f8f6b92a497b1d8fb5e09e360c29ac0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 24 Apr 2007 17:31:58 +0000 Subject: [PATCH] SILC protocol version 1.2 -> 1.3. --- includes/silcversion.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/silcversion.h.in b/includes/silcversion.h.in index 86c16ba9..657ec4d2 100644 --- a/includes/silcversion.h.in +++ b/includes/silcversion.h.in @@ -1,10 +1,10 @@ /* - silcversion.h + silcversion.h Author: Pekka Riikonen - Copyright (C) 1997 - 2005 Pekka Riikonen + Copyright (C) 1997 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,11 +26,11 @@ extern "C" { #define SILC_VERSION_STRING "@VERSION@" #define SILC_DIST_VERSION_STRING "@VERSION@" -#define SILC_PROTOCOL_VERSION_STRING "SILC-1.2-@VERSION@ @PACKAGE@" +#define SILC_PROTOCOL_VERSION_STRING "SILC-1.3-@VERSION@ @PACKAGE@" #define SILC_NAME "SILC @PACKAGE_NAME@" /* SILC Protocol version number */ -#define SILC_PROTOCOL_VERSION_CURRENT 12 +#define SILC_PROTOCOL_VERSION_CURRENT 13 /* SILC version string */ #define silc_version SILC_VERSION_STRING -- 2.24.0