X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=fdacf376bb9acda4e516fedf2248d700a4711d4b;hb=24aa5ea66edef77f6d086275cc6370815aeaab60;hp=e5e1f5238f9eb931ac997c8a4ec751950aa0444b;hpb=75c07fe53a0cf8bb2c138cb6d87cde84d3b8b6a6;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index e5e1f52..fdacf37 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.109 2007-01-03 13:46:17 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "2.1.45" -#define YAZ_VERSIONL 0x02012D +#define YAZ_VERSION "3.0.34" +#define YAZ_VERSIONL 0x030022 + +#define YAZ_FILEVERSION 3,0,34,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"