X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcversion.h;h=9d1841651f5b51c751b345d28e5b77a36f054c62;hb=8f2750e8328ba881341f355dc8636d600c9d1797;hp=3a29c13ad8343363b464e3b0f51282730e31ca84;hpb=6b34b2110e4cbf9ddf368c1c51aa9e5360cbd408;p=silc.git diff --git a/includes/silcversion.h b/includes/silcversion.h index 3a29c13a..9d184165 100644 --- a/includes/silcversion.h +++ b/includes/silcversion.h @@ -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 /* 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 }