X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=1a42a061e2c609ce1a880133935f943d2035ac00;hp=d2fc13cff848fbb3970cfee623a91a545c533609;hb=e858b0c178feedf5ef60bf6e66956ef5c4fd0b83;hpb=7dca3501222dc961d4067367fc5222c48d36e0ef diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index d2fc13c..1a42a06 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,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.116 2007-03-07 08:05:25 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "2.1.52" -#define YAZ_VERSIONL 0x020134 +#define YAZ_VERSION "3.0.27" +#define YAZ_VERSIONL 0x03001B + +#define YAZ_FILEVERSION 3,0,27,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"