SILC protocol version 1.2 -> 1.3.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 24 Apr 2007 17:31:58 +0000 (17:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 24 Apr 2007 17:31:58 +0000 (17:31 +0000)
includes/silcversion.h.in

index 86c16ba99963c9998a2c56b15fae5e12113f7c1e..657ec4d2dfda24d73036e67f8eb91f1d10ff8e29 100644 (file)
@@ -1,10 +1,10 @@
 /*
 
-  silcversion.h 
+  silcversion.h
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  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