X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=4e7cf0764a4762db2d6897d311a927979283a315;hp=c7cd786cb935733748aefcd475af84adb390b112;hb=2083c7f425383e5def0200d98492aecaf6f5f509;hpb=17eb2fd28b9e01e9c80c55a0fcc48fd866082bfc diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index c7cd786..4e7cf07 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.103 2006-10-31 14:08:02 adam Exp $ */ +/* $Id: yaz-version.h,v 1.141 2008-01-16 11:31:48 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +33,14 @@ #include -#define YAZ_VERSION "2.1.39" -#define YAZ_VERSIONL 0x020127 +#define YAZ_VERSION "3.0.21" +#define YAZ_VERSIONL 0x030015 + +#define YAZ_FILEVERSION 3,0,21,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"