Fixed bug #2068: pkg-config trouble.
[yaz-moved-to-github.git] / src / version.c
index d93e326..0b5256d 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 1995-2005, Index Data ApS
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: version.c,v 1.3 2005-01-15 19:47:14 adam Exp $
+ * $Id: version.c,v 1.6 2007-01-13 08:57:47 adam Exp $
  */
 
 /**
  * \brief Implements YAZ version utilities.
  */
 
-/**
- * \mainpage The YAZ Toolkit.
- */
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -29,3 +25,11 @@ unsigned long yaz_version(char *version_str, char *sys_str)
         strcpy(sys_str, "");
     return YAZ_VERSIONL;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+