X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=c9a0239e8e5ab94fb470f0e2ce6c09661cca2ed7;hb=3fec27d8561b3634b4c1c6e32f09395d9690509f;hp=4cc4d342cee3e8295616d0d71cac79623062b19f;hpb=8fa6874f7c143499d03c5fdcfbc50bd01a31a58c;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4cc4d34..c9a0239 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.124 2007-05-16 10:47:14 adam Exp $ */ +/* $Id: yaz-version.h,v 1.143 2008-01-28 08:14:53 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +33,14 @@ #include -#define YAZ_VERSION "3.0.3" -#define YAZ_VERSIONL 0x030003 +#define YAZ_VERSION "3.0.24" +#define YAZ_VERSIONL 0x030014 + +#define YAZ_FILEVERSION 3,0,24,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"