error.h | error.h | |||
---|---|---|---|---|
/* Error handling. | /* Error handling. | |||
*/ | */ | |||
/* | /* | |||
Copyright (C) 1991-2005 The National Gallery | Copyright (C) 1991-2005 The National Gallery | |||
This program is free software; you can redistribute it and/or modify | This library is free software; you can redistribute it and/or | |||
it under the terms of the GNU General Public License as published by | modify it under the terms of the GNU Lesser General Public | |||
the Free Software Foundation; either version 2 of the License, or | License as published by the Free Software Foundation; either | |||
(at your option) any later version. | version 2.1 of the License, or (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
GNU General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU Lesser General Public | |||
along with this program; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
*/ | */ | |||
/* | /* | |||
These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | |||
*/ | */ | |||
End of changes. 4 change blocks. | ||||
9 lines changed or deleted | 9 lines changed or added | |||
object.h | object.h | |||
---|---|---|---|---|
/* abstract base class for all vips objects | /* abstract base class for all vips objects | |||
*/ | */ | |||
/* | /* | |||
Copyright (C) 1991-2003 The National Gallery | Copyright (C) 1991-2003 The National Gallery | |||
This program is free software; you can redistribute it and/or modify | This library is free software; you can redistribute it and/or | |||
it under the terms of the GNU General Public License as published by | modify it under the terms of the GNU Lesser General Public | |||
the Free Software Foundation; either version 2 of the License, or | License as published by the Free Software Foundation; either | |||
(at your option) any later version. | version 2.1 of the License, or (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
GNU General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU Lesser General Public | |||
along with this program; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
*/ | */ | |||
/* | /* | |||
These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | |||
*/ | */ | |||
End of changes. 4 change blocks. | ||||
9 lines changed or deleted | 9 lines changed or added | |||
operation.h | operation.h | |||
---|---|---|---|---|
/* base class for all vips operations | /* base class for all vips operations | |||
*/ | */ | |||
/* | /* | |||
Copyright (C) 1991-2005 The National Gallery | Copyright (C) 1991-2005 The National Gallery | |||
This program is free software; you can redistribute it and/or modify | This library is free software; you can redistribute it and/or | |||
it under the terms of the GNU General Public License as published by | modify it under the terms of the GNU Lesser General Public | |||
the Free Software Foundation; either version 2 of the License, or | License as published by the Free Software Foundation; either | |||
(at your option) any later version. | version 2.1 of the License, or (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This library is distributed in the hope that it will be useful, | |||
but WITHOUT ANY WARRANTY; without even the implied warranty of | but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
GNU General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU General Public License | You should have received a copy of the GNU Lesser General Public | |||
along with this program; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
*/ | */ | |||
/* | /* | |||
These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | These files are distributed with VIPS - http://www.vips.ecs.soton.ac.uk | |||
*/ | */ | |||
End of changes. 4 change blocks. | ||||
9 lines changed or deleted | 9 lines changed or added | |||
version.h | version.h | |||
---|---|---|---|---|
/* Macros for the header version. | /* Macros for the header version. | |||
*/ | */ | |||
#ifndef VIPS_VERSION_H | #ifndef VIPS_VERSION_H | |||
#define VIPS_VERSION_H | #define VIPS_VERSION_H | |||
#define VIPS_VERSION "7.30.2" | #define VIPS_VERSION "7.30.3" | |||
#define VIPS_VERSION_STRING "7.30.2-Mon Jan 20 21:05:09 MSK 2014" | #define VIPS_VERSION_STRING "7.30.3-Mon Jan 20 20:44:09 MSK 2014" | |||
#define VIPS_MAJOR_VERSION (7) | #define VIPS_MAJOR_VERSION (7) | |||
#define VIPS_MINOR_VERSION (30) | #define VIPS_MINOR_VERSION (30) | |||
#define VIPS_MICRO_VERSION (2) | #define VIPS_MICRO_VERSION (3) | |||
/* Not really anything to do with versions, but this is a handy place to pu t | /* Not really anything to do with versions, but this is a handy place to pu t | |||
* it. | * it. | |||
*/ | */ | |||
#define VIPS_EXEEXT "" | #define VIPS_EXEEXT "" | |||
#endif /*VIPS_VERSION_H*/ | #endif /*VIPS_VERSION_H*/ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||