summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2022-12-12 12:50:47 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2022-12-12 12:50:47 -0600
commit9e89a0da8d6d0da14b0b461051c064c419fc86d5 (patch)
treefd54dbf06faf2f1061775c3da7dd20e2db393421
parent3a4c05acf7691bb52c1739496f3589b71f9d28d6 (diff)
downloadcheese-9e89a0da8d6d0da14b0b461051c064c419fc86d5.tar.gz
Prepare 43.043.0gnome-43
-rw-r--r--NEWS4
-rw-r--r--meson.build4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b9331a38..af25c566 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
ChangeLog for Cheese
--------------------
+version 43.0
+
+ - TODO
+
version 43.alpha
- TODO
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)