Fixed bug #2068: pkg-config trouble.
[yaz-moved-to-github.git] / src / version.c
index b073657..0b5256d 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2007, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: version.c,v 1.2 2004-10-03 22:34:07 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
+ */
+