Skip to content

Commit 4141276

Browse files
committed
Change version number
On linux build scripts
1 parent c3bbcf9 commit 4141276

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.DS_Store

-10 KB
Binary file not shown.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ(2.60)
77
#
88
# Set the package name and version
99
#
10-
AC_INIT(lcms2,2.17)
10+
AC_INIT(lcms2,2.18)
1111

1212
# Specify directory where m4 macros may be found.
1313
AC_CONFIG_MACRO_DIR([m4])
@@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
1616
# Libtool library revision control info
1717
#
1818
LIBRARY_CURRENT=2
19-
LIBRARY_REVISION=17
19+
LIBRARY_REVISION=18
2020
LIBRARY_AGE=0
2121

2222
AC_SUBST(LIBRARY_CURRENT)dnl

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'Little-CMS',
33
'c',
4-
version: '2.17',
4+
version: '2.18',
55
meson_version: '>=0.52.0',
66
# default_options: ['c_std=c99']
77
)

0 commit comments

Comments
 (0)