Added one type cast from char to unsigned char
[yaz-moved-to-github.git] / src / version.c
index b073657..c52a0af 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2005, 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.4 2005-06-25 15:46:06 adam Exp $
  */
 
 /**
@@ -29,3 +29,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
+ */
+