[gnome-text-editor] build: bump version to 41.alpha0
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] build: bump version to 41.alpha0
- Date: Tue, 13 Jul 2021 04:34:31 +0000 (UTC)
commit c9b06a92f80cc63a59bde3d031463761d836f020
Author: Christian Hergert <chergert redhat com>
Date: Mon Jul 12 21:34:26 2021 -0700
build: bump version to 41.alpha0
meson.build | 5 +----
src/editor-application-actions.c | 4 ++--
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/meson.build b/meson.build
index cb8e1ee..63ee397 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,9 @@
project('gnome-text-editor', 'c',
- version: '40.0',
+ version: '41.alpha0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2', 'c_std=gnu18' ],
)
-symbolic_version = '40.0'
-
cc = meson.get_compiler('c')
gnome = import('gnome')
@@ -58,7 +56,6 @@ config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('lo
config_h.set_quoted('PACKAGE_WEBSITE', 'https://gitlab.gnome.org/GNOME/gnome-text-editor')
config_h.set_quoted('PACKAGE_ICON_NAME', app_id)
config_h.set_quoted('PACKAGE_NAME', 'Text Editor')
-config_h.set_quoted('SYMBOLIC_VERSION', symbolic_version)
config_h.set10('DEVELOPMENT_BUILD', get_option('development'))
global_c_args = [
diff --git a/src/editor-application-actions.c b/src/editor-application-actions.c
index ba05206..cc55998 100644
--- a/src/editor-application-actions.c
+++ b/src/editor-application-actions.c
@@ -122,9 +122,9 @@ editor_application_actions_about_cb (GSimpleAction *action,
gtk_about_dialog_set_authors (dialog, authors);
gtk_about_dialog_set_artists (dialog, artists);
#if DEVELOPMENT_BUILD
- gtk_about_dialog_set_version (dialog, SYMBOLIC_VERSION " (" EDITOR_BUILD_IDENTIFIER ")");
+ gtk_about_dialog_set_version (dialog, PACKAGE_VERSION" (" EDITOR_BUILD_IDENTIFIER ")");
#else
- gtk_about_dialog_set_version (dialog, SYMBOLIC_VERSION);
+ gtk_about_dialog_set_version (dialog, PACKAGE_VERSION);
#endif
gtk_about_dialog_set_copyright (dialog, "© 2020-2021 Christian Hergert");
gtk_about_dialog_set_license_type (dialog, GTK_LICENSE_GPL_3_0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]