2.0.9 candidate
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index 358e770..1e6914a 100644 (file)
@@ -1,12 +1,21 @@
 /*
- * Current software version.
+ * Copyright (c) 1995-2004, Index Data.
+ * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.7 2001-10-25 12:00:41 adam Exp $
+ * $Id: yaz-version.h,v 1.34 2004-01-05 09:34:42 adam Exp $
+ */
+
+/*
+ * Current software version.
  */
 #ifndef YAZ_VERSION
 
-#define YAZ_VERSION "1.8"
-#include <yaz/yaz-date.h>
+#include <yaz/yconfig.h>
+
+#define YAZ_VERSION "2.0.9"
+#define YAZ_VERSIONL 0x020009
+
+#define YAZ_DATE 1
 
 #ifdef WIN32
 #ifdef NDEBUG
 #endif
 #endif
 
+YAZ_BEGIN_CDECL
+
+YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str);
+
+YAZ_END_CDECL
+
 #endif