We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bbcf9 commit 4141276Copy full SHA for 4141276
3 files changed
.DS_Store
-10 KB
configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.60)
7
#
8
# Set the package name and version
9
10
-AC_INIT(lcms2,2.17)
+AC_INIT(lcms2,2.18)
11
12
# Specify directory where m4 macros may be found.
13
AC_CONFIG_MACRO_DIR([m4])
@@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
16
# Libtool library revision control info
17
18
LIBRARY_CURRENT=2
19
-LIBRARY_REVISION=17
+LIBRARY_REVISION=18
20
LIBRARY_AGE=0
21
22
AC_SUBST(LIBRARY_CURRENT)dnl
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'Little-CMS',
3
'c',
4
- version: '2.17',
+ version: '2.18',
5
meson_version: '>=0.52.0',
6
# default_options: ['c_std=c99']
)
0 commit comments