Bump version to 2.1.33
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index f5c030c..1fe553d 100644 (file)
@@ -1,19 +1,20 @@
 /*
- * Copyright (c) 1995-2004, Index Data.
+ * Copyright (C) 1995-2006, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.35 2004-02-05 11:55:56 adam Exp $
+ * $Id: yaz-version.h,v 1.95 2006-09-21 07:26:24 adam Exp $
  */
 
-/*
- * Current software version.
+/**
+ * \file yaz-version.h
+ * \brief Defines YAZ version.
  */
 #ifndef YAZ_VERSION
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.0.10"
-#define YAZ_VERSIONL 0x02000A
+#define YAZ_VERSION "2.1.33"
+#define YAZ_VERSIONL 0x020121
 
 #define YAZ_DATE 1
 
@@ -33,3 +34,11 @@ YAZ_END_CDECL
 
 #endif
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+