summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-17 08:55:51 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-09-17 19:35:38 -0300
commitd09d5690a11d6ded682975ad3c505d351b16d8db (patch)
tree0eacaf849d908cc819119abf376911f67815b1b3 /src/meson.build
parent0066ee41bd9efeb04239a96172bc3f76969eb3f9 (diff)
downloadglade-d09d5690a11d6ded682975ad3c505d351b16d8db.tar.gz
GladeWindow: use VCS version in development series
Closes issue #472 "gnome-nightly: About dialog should display git commit rev"
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index e1d3c779..0b30027c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,3 +1,5 @@
+vcs_tag(input: 'version.h.in', output: 'version.h')
+
sources = files(
'glade-http.c',
'glade-intro.c',