Version 3.0.36.
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index b161c76..e1d9838 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (c) 1995-2007, Index Data
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data.
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -24,7 +24,6 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* $Id: yaz-version.h,v 1.118 2007-03-16 08:08:11 adam Exp $ */
 /**
  * \file yaz-version.h
  * \brief Defines YAZ version.
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.54"
-#define YAZ_VERSIONL 0x020136
+#define YAZ_VERSION "3.0.36"
+#define YAZ_VERSIONL 0x030024
+
+#define YAZ_FILEVERSION 3,0,36,1
 
 #define YAZ_DATE 1
 
+
 #ifdef WIN32
 #ifdef NDEBUG
 #define YAZ_OS "WIN32 Release"