summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-03-13 08:59:19 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2018-03-13 08:59:21 +0100
commitd5b7fa2376f3adbdc55f5cb579f068102a768f54 (patch)
treeee313c9731d7997ea47c2a144604323d2713cbd4
parent083f4a0b49747e519b48cd8875249231d25ecd5c (diff)
downloadatk-d5b7fa2376f3adbdc55f5cb579f068102a768f54.tar.gz
meson: fix version
As 2.8.0 release was already done, this change will not be included on any release. But I prefer to fix it for consistency. I know, somewhat silly.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 801d82f..9db732c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.28',
+ version: '2.28.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',