Protocol version 1.2 integrations
[silc.git] / includes / silcversion.h
index 3a29c13ad8343363b464e3b0f51282730e31ca84..e8959c134b85121f67d2c43ffcfdeb973fbe2c8b 100644 (file)
@@ -26,18 +26,15 @@ extern "C" {
 
 #include "version_internal.h"
 
-/* Version type definition */
-typedef unsigned char SilcVersion;
-
 /* SILC Protocol version number */
-#define SILC_PROTOCOL_VERSION_CURRENT 11
+#define SILC_PROTOCOL_VERSION_CURRENT 12
 
 /* SILC version string */
-const char *silc_version = SILC_VERSION_STRING;
-const char *silc_dist_version = SILC_DIST_VERSION_STRING;
-const char *silc_version_string = SILC_PROTOCOL_VERSION_STRING;
-const char *silc_name = SILC_NAME;
-const char *silc_fullname = "Secure Internet Live Conferencing";
+#define silc_version SILC_VERSION_STRING
+#define silc_dist_version SILC_DIST_VERSION_STRING
+#define silc_version_string SILC_PROTOCOL_VERSION_STRING
+#define silc_name SILC_NAME
+#define silc_fullname "Secure Internet Live Conferencing"
 
 #ifdef __cplusplus
 }