Moved silc_client_ch[u]mode[_char] to client library from silc/.
[silc.git] / includes / version.h
index 564bc29f536757a5ac97986d38cd3e2748261461..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 = "28062000";
+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";