Towards 2.1.14
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index f7d0274..ed674ec 100644 (file)
@@ -1,12 +1,20 @@
 /*
- * Current software version.
+ * Copyright (C) 1995-2006, Index Data ApS
+ * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.20 2002-09-10 18:43:02 adam Exp $
+ * $Id: yaz-version.h,v 1.76 2006-03-14 09:04:07 adam Exp $
+ */
+
+/**
+ * \file yaz-version.h
+ * \brief Defines YAZ version.
  */
 #ifndef YAZ_VERSION
 
-#define YAZ_VERSION "1.9.1"
-#define YAZ_VERSIONL 0x010901
+#include <yaz/yconfig.h>
+
+#define YAZ_VERSION "2.1.14"
+#define YAZ_VERSIONL 0x02010E
 
 #define YAZ_DATE 1
 
 #endif
 #endif
 
+YAZ_BEGIN_CDECL
+
+YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str);
+
+YAZ_END_CDECL
+
 #endif
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+