[gnome-builder] Bump version for development



commit 905d4c25533cd86d6bcf7204c2257ba1b261d44d
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 17 17:07:51 2022 -0700

    Bump version for development
    
    We now have a gnome-builder-43 branch to manage the 43.0 release, so we
    can bump main to keep things open without having to alter a bunch of
    settings and then revert them post-release.

 doc/help/conf.py | 4 ++--
 meson.build      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 71cb5f1df..4d1bf3b27 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
 # built documents.
 #
 # The short X.Y version.
-version = '43'
+version = '44'
 # The full version, including alpha/beta/rc tags.
-release = '43.alpha2'
+release = '44.alpha0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/meson.build b/meson.build
index 53b829f96..38ea06e5e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '43.alpha2',
+          version: '44.alpha0',
     meson_version: '>= 0.60',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]