X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=529de43765e4d079fa90a67300c1b29ed338fca5;hb=5b6eaafbaab217fc69946685862a09afa28b30cb;hp=f9e385ce39cb36657b977f50ae9ee966d157e5ad;hpb=3613b16b93c1127d92b26dcb012f46db6a8ffde5;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index f9e385ce..529de437 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -9,29 +9,10 @@ * in this header. */ -/* - * Copyright (C) 2012, 2013, 2014 Eric Biggers - * - * This file is part of wimlib, a library for working with WIM files. - * - * wimlib is free software; you can redistribute it and/or modify it under the - * terms of the GNU General Public License as published by the Free - * Software Foundation; either version 3 of the License, or (at your option) - * any later version. - * - * wimlib is distributed in the hope that it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR - * A PARTICULAR PURPOSE. See the GNU General Public License for more - * details. - * - * You should have received a copy of the GNU General Public License - * along with wimlib; if not, see http://www.gnu.org/licenses/. - */ - /** * @mainpage * - * This is the documentation for the library interface of wimlib 1.7.1, a C + * This is the documentation for the library interface of wimlib 1.7.2, a C * library for creating, modifying, extracting, and mounting files in the * Windows Imaging Format. This documentation is intended for developers only. * If you have installed wimlib and want to know how to use the @b wimlib-imagex @@ -398,7 +379,7 @@ #define WIMLIB_MINOR_VERSION 7 /** Patch version of the library (for example, the 5 in 1.2.5). */ -#define WIMLIB_PATCH_VERSION 1 +#define WIMLIB_PATCH_VERSION 2 #ifdef __cplusplus extern "C" {