version bump for next cycle
s Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
a6255af981
commit
7111ff2433
@ -1,3 +1,6 @@
|
|||||||
|
20/8/11 started 7.27.0
|
||||||
|
- version bump for new dev cycle
|
||||||
|
|
||||||
10/8/11 started 7.26.3
|
10/8/11 started 7.26.3
|
||||||
- don't use G_VALUE_COLLECT_INIT(), many platforms do not have a glib this
|
- don't use G_VALUE_COLLECT_INIT(), many platforms do not have a glib this
|
||||||
recent
|
recent
|
||||||
|
4
TODO
4
TODO
@ -1,3 +1,7 @@
|
|||||||
|
- support planar tiff
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- vips operation print could show operation flags as well, cf. "vips
|
- vips operation print could show operation flags as well, cf. "vips
|
||||||
im_subtract"
|
im_subtract"
|
||||||
|
@ -5,8 +5,8 @@ AC_CONFIG_MACRO_DIR(m4)
|
|||||||
|
|
||||||
# user-visible library versioning
|
# user-visible library versioning
|
||||||
m4_define([vips_major_version], [7])
|
m4_define([vips_major_version], [7])
|
||||||
m4_define([vips_minor_version], [26])
|
m4_define([vips_minor_version], [27])
|
||||||
m4_define([vips_micro_version], [3])
|
m4_define([vips_micro_version], [0])
|
||||||
m4_define([vips_version],
|
m4_define([vips_version],
|
||||||
[vips_major_version.vips_minor_version.vips_micro_version])
|
[vips_major_version.vips_minor_version.vips_micro_version])
|
||||||
|
|
||||||
@ -621,8 +621,8 @@ AC_SUBST(PACKAGES_USED)
|
|||||||
# vips-$VIPS_MAJOR_VERSION.$VIPS_MINOR_VERSION.pc
|
# vips-$VIPS_MAJOR_VERSION.$VIPS_MINOR_VERSION.pc
|
||||||
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
|
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
vips-7.26.pc
|
vips-7.27.pc
|
||||||
vipsCC-7.26.pc
|
vipsCC-7.27.pc
|
||||||
Makefile
|
Makefile
|
||||||
libvips/include/vips/version.h
|
libvips/include/vips/version.h
|
||||||
libvips/include/Makefile
|
libvips/include/Makefile
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
\begin{center}
|
\begin{center}
|
||||||
\huge
|
\huge
|
||||||
VIPS Manual\\
|
VIPS Manual\\
|
||||||
\large Version 7.24\\
|
\large Version 7.27\\
|
||||||
\vspace{0.5in}
|
\vspace{0.5in}
|
||||||
\large
|
\large
|
||||||
John Cupitt,
|
John Cupitt,
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2011-08-16 15:05+0100\n"
|
"POT-Creation-Date: 2011-08-19 17:03+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -26,10 +26,10 @@ bin_SCRIPTS = \
|
|||||||
batch_image_convert \
|
batch_image_convert \
|
||||||
batch_rubber_sheet \
|
batch_rubber_sheet \
|
||||||
batch_crop \
|
batch_crop \
|
||||||
vips-7.26
|
vips-7.27
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
vips-7.26 \
|
vips-7.27 \
|
||||||
light_correct.in \
|
light_correct.in \
|
||||||
shrink_width.in \
|
shrink_width.in \
|
||||||
batch_image_convert.in \
|
batch_image_convert.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user