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=b225532dfb71da4e1b4b2c00d401a45bfe37f234;hb=6d91a07c81493b6535fd33d6a28382eba56b21e7;hpb=9dc245681225482bd54fcca542846a29b83be9d6 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index b225532..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.112 2007-01-23 19:31:11 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "2.1.48" -#define YAZ_VERSIONL 0x020130 +#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"