oop, bump docs version numbers too

This commit is contained in:
John Cupitt 2008-01-25 12:17:45 +00:00
parent 9cf63b95e4
commit c43151f4ba
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
\section{Introduction}
\mylabel{sec:cpp}
This chapter describes the C++ API for the VIPS image processing library,
version 7.12. The C++ API is as efficient as the C interface to VIPS, but is
This chapter describes the C++ API for the VIPS image processing library.
The C++ API is as efficient as the C interface to VIPS, but is
far easier to use: almost all creation, destruction and error handling issues
are handled for you automatically.
@ -19,7 +19,7 @@ A typical build line for the C++ program might be:
\begin{verbatim}
g++ invert.cc \
`pkg-config vipsCC-7.12 \
`pkg-config vipsCC-7.14 \
--cflags --libs`
\end{verbatim}

View File

@ -342,7 +342,7 @@ main( int argc, char **argv )
To compile this example, use:
\begin{verbatim}
cc `pkg-config vips-7.12 \
cc `pkg-config vips-7.14 \
--cflags --libs` myfunc.c
\end{verbatim}

View File

@ -77,7 +77,7 @@ Name & Description \\
\texttt{header} & Print fields from a VIPS header \\
\texttt{printlines} & Print an image a line at a time \\
\texttt{vips} & VIPS universal main program \\
\texttt{vips-7.12} & VIPS wrapper script \\
\texttt{vips-7.14} & VIPS wrapper script \\
\texttt{find\_mosaic} & Analyse a set of images for overlaps \\
\texttt{mergeup} & Join a set of images together \\
\texttt{cooc\_features} & Calculate features of a co-occurence matrix \\

View File

@ -27,7 +27,7 @@
\begin{center}
\huge
VIPS Manual\\
\large Version 7.12\\
\large Version 7.14\\
\vspace{0.5in}
\large
John Cupitt,