summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormm2 <marti.maria@littlecms.com>2020-11-02 19:51:14 +0100
committermm2 <marti.maria@littlecms.com>2020-11-02 19:51:14 +0100
commit727b8dddef28fcc0848edeeaa263ff809a0831f8 (patch)
tree1343fca2c2b5551524ee96606d7639715d3026e5 /include
parent81e1467976a8dd4a7786aa2f825f19bddb72d432 (diff)
downloadlcms2-727b8dddef28fcc0848edeeaa263ff809a0831f8.tar.gz
First try for fast float plugin automake
Early 2.12 alpha includes dynamic linking with fast float plugin Next steps in removing generated files from repository
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.in6
-rw-r--r--include/lcms2.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile.in b/include/Makefile.in
index d19e4ef..be38f72 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -228,6 +228,7 @@ LIBTOOL = @LIBTOOL@
LIBTOOL_DEPS = @LIBTOOL_DEPS@
LIB_JPEG = @LIB_JPEG@
LIB_MATH = @LIB_MATH@
+LIB_PLUGINS = @LIB_PLUGINS@
LIB_THREAD = @LIB_THREAD@
LIB_TIFF = @LIB_TIFF@
LIB_ZLIB = @LIB_ZLIB@
@@ -310,7 +311,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/include/lcms2.h b/include/lcms2.h
index cf52014..ad5bf1c 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.11
+// Version 2.12 alpha
//
#ifndef _lcms2_H
@@ -81,7 +81,7 @@ extern "C" {
#endif
// Version/release
-#define LCMS_VERSION 2110
+#define LCMS_VERSION 2120
// I will give the chance of redefining basic types for compilers that are not fully C99 compliant
#ifndef CMS_BASIC_TYPES_ALREADY_DEFINED