From 9e89a0da8d6d0da14b0b461051c064c419fc86d5 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 12 Dec 2022 12:50:47 -0600 Subject: Prepare 43.0 --- NEWS | 4 ++++ meson.build | 4 ++-- 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) -- cgit v1.2.1