X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=19b8c895e85f29a35bb004d97829fd9ecad7dcd3;hb=36581ff40624336db8416e0892b9b78f52230224;hp=6f8151d4ed068f2e8b0e8258df32511734c4a9fb;hpb=5fb7fa9318c6ea4a6aeecd515cc00fcd46709a3d;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 6f8151d..19b8c89 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, 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,7 @@ * (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.105 2006-11-29 22:35:18 adam Exp $ */ +/* $Id: yaz-version.h,v 1.139 2007-12-19 12:36:42 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +33,14 @@ #include -#define YAZ_VERSION "2.1.41" -#define YAZ_VERSIONL 0x020129 +#define YAZ_VERSION "3.0.18" +#define YAZ_VERSIONL 0x030012 + +#define YAZ_FILEVERSION 3,0,18,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"