[gnome-builder] Bump for development of GNOME 40



commit 6ed29896aaf21806e31e8ca9ddb899f19e52d5e7
Author: Christian Hergert <chergert redhat com>
Date:   Wed Oct 14 17:10:48 2020 -0700

    Bump for development of GNOME 40

 doc/help/conf.py                     |  4 ++--
 meson.build                          |  2 +-
 src/libide/core/ide-version-macros.h | 15 +++++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/doc/help/conf.py b/doc/help/conf.py
index dcad13b6f..89d62a408 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 = '3.37'
+version = '3.39'
 # The full version, including alpha/beta/rc tags.
-release = '3.37.1'
+release = '3.39.0'
 
 # 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 1455eea8d..c45ab1e83 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.38.0',
+          version: '3.39.0',
     meson_version: '>= 0.54.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',
diff --git a/src/libide/core/ide-version-macros.h b/src/libide/core/ide-version-macros.h
index a407424ee..bae2df033 100644
--- a/src/libide/core/ide-version-macros.h
+++ b/src/libide/core/ide-version-macros.h
@@ -44,6 +44,7 @@
 #define IDE_VERSION_3_34 (G_ENCODE_VERSION (3, 34))
 #define IDE_VERSION_3_36 (G_ENCODE_VERSION (3, 36))
 #define IDE_VERSION_3_38 (G_ENCODE_VERSION (3, 38))
+#define IDE_VERSION_3_40 (G_ENCODE_VERSION (3, 40))
 
 #if (IDE_MINOR_VERSION == 99)
 # define IDE_VERSION_CUR_STABLE (G_ENCODE_VERSION (IDE_MAJOR_VERSION + 1, 0))
@@ -199,3 +200,17 @@
 #else
 # define IDE_AVAILABLE_IN_3_38                 _IDE_EXTERN
 #endif
+
+#if IDE_VERSION_MIN_REQUIRED >= IDE_VERSION_3_40
+# define IDE_DEPRECATED_IN_3_40                IDE_DEPRECATED
+# define IDE_DEPRECATED_IN_3_40_FOR(f)         IDE_DEPRECATED_FOR(f)
+#else
+# define IDE_DEPRECATED_IN_3_40                _IDE_EXTERN
+# define IDE_DEPRECATED_IN_3_40_FOR(f)         _IDE_EXTERN
+#endif
+
+#if IDE_VERSION_MAX_ALLOWED < IDE_VERSION_3_40
+# define IDE_AVAILABLE_IN_3_40                 IDE_UNAVAILABLE(3, 40)
+#else
+# define IDE_AVAILABLE_IN_3_40                 _IDE_EXTERN
+#endif


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