summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 2cda4b7a..9174b428 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'cheese', ['c', 'vala'],
- version: '43.alpha',
+ version: '43.0',
license: 'GPL2',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',
@@ -35,7 +35,7 @@ cheese_namespace = 'org.gnome.Cheese'
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
current = 8
-revision = 17
+revision = 18
age = 0
libcheese_version = '@0@.@1@.@2@'.format(current - age, age, revision)