diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-22 20:31:45 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-22 20:31:45 +0100 |
commit | 1af14211d06f5799384126326243c90f3624e1bf (patch) | |
tree | a9c97677bcea125c8160507968c28597862d687f /pango/pango-features.h.meson | |
parent | fc65558b47bbdd6719b1ddbbf404eb12116882e3 (diff) | |
download | pango-1af14211d06f5799384126326243c90f3624e1bf.tar.gz |
Use the appropriate symbols for the version string
We need to use the `@...@` pattern so that Meson can replace the
symbols.
Diffstat (limited to 'pango/pango-features.h.meson')
-rw-r--r-- | pango/pango-features.h.meson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-features.h.meson b/pango/pango-features.h.meson index af50695b..1128bfe2 100644 --- a/pango/pango-features.h.meson +++ b/pango/pango-features.h.meson @@ -5,6 +5,6 @@ #mesondefine PANGO_VERSION_MINOR #mesondefine PANGO_VERSION_MICRO -#define PANGO_VERSION_STRING "PANGO_VERSION_MAJOR.PANGO_VERSION_MINOR.PANGO_VERSION_MICRO" +#define PANGO_VERSION_STRING "@PANGO_VERSION_MAJOR@.@PANGO_VERSION_MINOR@.@PANGO_VERSION_MICRO@" #endif /* PANGO_FEATURES_H */ |