summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-12 22:50:59 +0100
committerJens Georg <mail@jensge.org>2018-11-12 22:53:21 +0100
commit8775260c354f264df48e2c645bef28c29cb73253 (patch)
tree1dd1aaa3a66138c697baedd2d99bf6ce7815068f
parent8a740a213b6b5ba21066ef5005605e1aa528e9c7 (diff)
downloadgssdp-1.1.0.1.tar.gz
build: Correct meson project name for tarballgssdp-1.1.0.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index cd57def..d897120 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('GSSDP', 'c', version: '1.1.0')
+project('gssdp', 'c', version: '1.1.0.1')
gnome = import('gnome')
pkg = import('pkgconfig')