summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2022-03-31 16:26:11 +0900
committerAkira TAGOH <akira@tagoh.org>2022-03-31 16:26:11 +0900
commit911b19f19f1334d51c452756f9ce222c1101097b (patch)
tree11dcea6a8099a117768f3cc9c821fc31578c81b1
parentd485760bbefba003c974699d0277f61697bf6282 (diff)
Bump version to 2.14.02.14.0
-rw-r--r--README9
-rw-r--r--configure.ac2
-rw-r--r--fontconfig/fontconfig.h4
-rw-r--r--meson.build2
4 files changed, 11 insertions, 6 deletions
diff --git a/README b/README
index 37f8255..de11761 100644
--- a/README
+++ b/README
@@ -1,12 +1,17 @@
Fontconfig
Font configuration and customization library
- Version 2.13.96 (2.14 RC6)
- 2022-02-04
+ Version 2.14
+ 2022-03-31
Check INSTALL for compilation and installation instructions.
Report bugs to https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new.
+2.14
+
+Alan Coopersmith (1):
+ Update address for reporting msgid bugs from bugzilla to gitlab
+
2.13.96 (2.14 RC6)
Akira TAGOH (2):
diff --git a/configure.ac b/configure.ac
index 26b974a..da69f8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
dnl version. This same version number must appear in fontconfig/fontconfig.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from fontconfig.h
-AC_INIT([fontconfig], [2.13.96], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
+AC_INIT([fontconfig], [2.14.0], [https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index d705ea2..e5e7445 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -52,8 +52,8 @@ typedef int FcBool;
*/
#define FC_MAJOR 2
-#define FC_MINOR 13
-#define FC_REVISION 96
+#define FC_MINOR 14
+#define FC_REVISION 0
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
diff --git a/meson.build b/meson.build
index ac0992b..f616600 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fontconfig', 'c',
- version: '2.13.96',
+ version: '2.14.0',
meson_version : '>= 0.56.0',
default_options: [ 'buildtype=debugoptimized'],
)