Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-08-31 21:01:34 +0300
committerMarti Maria <marti.maria@littlecms.com>2022-08-31 21:01:34 +0300
commit682d84ccdc6d6f33b73557d8c2e2e73fc4c31025 (patch)
tree74f4a8e4968ecdb740f67de35a2faf3e459c7513
parenta3ddbb9336f8a5aa94de939959ec95e02eaea1e5 (diff)
Update version number on meson build
Update number
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7dbe2a0..e963e47 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Little-CMS', 'c',
- version: '2.13',
+ version: '2.14',
meson_version: '>=0.48.0',
)