Moved silc_client_ch[u]mode[_char] to client library from silc/.
[silc.git] / includes / version.h
index 503a6a2872e38667b077c58e46376b7af113c8dc..a878e25df893552ac9e8997d8462d4090924a22b 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef VERSION_H
 #define VERSION_H
 
+#include "version_internal.h"
+
 /* Version type definition */
 typedef unsigned char SilcVersion;
 
@@ -33,7 +35,8 @@ typedef unsigned char SilcVersion;
 #define SILC_VERSION_1 '\1'
 
 /* SILC version string */
-const char *silc_version = "14072000";
+const char *silc_version = SILC_VERSION_STRING;
+const char *silc_version_string = SILC_PROTOCOL_VERSION_STRING;
 const char *silc_name = "SILC";
 const char *silc_fullname = "Secure Internet Live Conferencing";