X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=56beeeee81dcb91e1a3c92bae0a85ce8526b4105;hp=4fcd588e187790729e9e0d20f0d46b0cb322ffe6;hb=6d91a07c81493b6535fd33d6a28382eba56b21e7;hpb=9c75e92604fae1efd7137d085dd2281e7886345b diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4fcd588..56beeee 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.125 2007-05-21 12:18:26 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "3.0.4" -#define YAZ_VERSIONL 0x030004 +#define YAZ_VERSION "3.0.29" +#define YAZ_VERSIONL 0x03001D + +#define YAZ_FILEVERSION 3,0,29,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"