X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=b5d5dfa79366edfb1569527178eb67519895913e;hb=e255616521c8ba665309bcaeccabb35b6efe35d7;hp=80ffc9f21664e6699079d1ebda0771f779467c21;hpb=160e2c7f352ccad6728f1f972f373e862cee8644;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 80ffc9f..b5d5dfa 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.122 2007-05-07 07:17:30 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "3.0.1" -#define YAZ_VERSIONL 0x030001 +#define YAZ_VERSION "3.0.28" +#define YAZ_VERSIONL 0x03001C + +#define YAZ_FILEVERSION 3,0,28,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"