Towards 2.0.20
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index 99c0769..892e771 100644 (file)
@@ -1,12 +1,19 @@
 /*
- * Current software version.
+ * Copyright (c) 1995-2004, Index Data.
+ * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.18 2002-08-17 07:56:59 adam Exp $
+ * $Id: yaz-version.h,v 1.45 2004-05-10 11:25:00 adam Exp $
+ */
+
+/*
+ * Current software version.
  */
 #ifndef YAZ_VERSION
 
-#define YAZ_VERSION "1.8.9"
-#define YAZ_VERSIONL 0x010809
+#include <yaz/yconfig.h>
+
+#define YAZ_VERSION "2.0.20"
+#define YAZ_VERSIONL 0x020014
 
 #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