X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=a24020603994e1462a104e2d5b6e4cfa200a3362;hb=2c6d94b6653410fcb959d13b40a4eb9bfb15f7e6;hp=f29c68b5bbf0a6cb5d0961522235f41ba1916bd5;hpb=4916a1038bbe9ab253d20d0bdaa1c9456b35ac1c;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index f29c68b..a240206 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.111 2007-01-13 10:37:26 adam Exp $ */ +/* $Id: yaz-version.h,v 1.144 2008-02-18 19:30:29 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +33,14 @@ #include -#define YAZ_VERSION "2.1.47" -#define YAZ_VERSIONL 0x02012F +#define YAZ_VERSION "3.0.25" +#define YAZ_VERSIONL 0x030015 + +#define YAZ_FILEVERSION 3,0,25,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"