X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=11a441a4dc165235ea51374392cc6ca3845471b9;hb=bab540a6816b1ae07a834075e0c71d0f160565e4;hp=9a89f9d9382b4d97c565e59bba7f3540eb4c7f50;hpb=1a2a3ed95f16f8f9d7bb3c42e725810d6829e189;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 9a89f9d..11a441a 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2007, Index Data + * 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,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.119 2007-03-16 10:50:19 adam Exp $ */ +/* $Id: yaz-version.h,v 1.146 2008-02-21 11:03:33 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +33,14 @@ #include -#define YAZ_VERSION "2.1.55" -#define YAZ_VERSIONL 0x020137 +#define YAZ_VERSION "3.0.26" +#define YAZ_VERSIONL 0x03001A + +#define YAZ_FILEVERSION 3,0,26,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"