X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=e1d9838a3f1eb917cab4587399c40effe21ac66c;hp=851e32e6e80e52254b8ef1fec7bcda18b57b5bc4;hb=d4fb090b5d0d63b8fc2a8060c9869e8fa86dcbb8;hpb=2df748278af6d0220d5d9e0a0e54a5e16cd3de63 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 851e32e..e1d9838 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -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.132 2007-09-12 06:49:37 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "3.0.12" -#define YAZ_VERSIONL 0x03000C +#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"