updates.
[silc.git] / includes / version.h
index 503a6a2872e38667b077c58e46376b7af113c8dc..eaba5ba352710d3ed814cadc182a8760e842b583 100644 (file)
 #ifndef VERSION_H
 #define VERSION_H
 
+#include "version_internal.h"
+
 /* Version type definition */
 typedef unsigned char SilcVersion;
 
-/* SILC Versions. XXX not used currently */
-#define SILC_VERSION_MAJ 1
-#define SILC_VERSION_MIN 0
-#define SILC_VERSION_BUILD 0
-
 /* SILC Protocol version number used in SILC packets */
 #define SILC_VERSION_1 '\1'
 
 /* SILC version string */
-const char *silc_version = "14072000";
-const char *silc_name = "SILC";
+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";
 
 #endif