record_render: base64 decoding of embedded records
[yaz-moved-to-github.git] / include / yaz / yaz-version.h.in
index f90ca9a..7e7506f 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2008 Index Data.
+ * Copyright (C) 1995-2009 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:
 
 #include <yaz/yconfig.h>
 
+/** \brief YAZ version as string */
 #define YAZ_VERSION "@VERSION@"
-#define YAZ_VERSIONL 0x@YAZ_VERSION_HEX@
 
+/** \brief YAZ version as integer (for comparison purposes) */
+#define YAZ_VERSIONL 0x@VERSION_HEX@
+
+/** \brief YAZ file version for YAZ DLL (resource) */
 #define YAZ_FILEVERSION @WIN_FILEVERSION@
 
+/** \brief SHA1 ID for YAZ (Git) */
 #define YAZ_VERSION_SHA1 "@VERSION_SHA1@"
 
-#define YAZ_DATE 1
-
-
-#ifdef WIN32
-#ifdef NDEBUG
-#define YAZ_OS "WIN32 Release"
-#else
-#define YAZ_OS "WIN32 Debug"
-#endif
-#endif
-
 YAZ_BEGIN_CDECL
 
 /** \brief returns YAZ version