[gtk/docs-gtk-org] glib: Freeze version of the GLib libraries



commit df5a8fa7ee45af7933f814a42fb74b46e0f0f955
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 10 08:17:56 2021 +0100

    glib: Freeze version of the GLib libraries
    
    We use a frozen copy of the introspection data, so we should not be
    generating the version field of the gi-docgen's toml file.

 glib/gio/gio.toml.in         | 2 +-
 glib/glib/glib.toml.in       | 2 +-
 glib/gobject/gobject.toml.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gio/gio.toml.in b/glib/gio/gio.toml.in
index 50f1fce671..f318d6da06 100644
--- a/glib/gio/gio.toml.in
+++ b/glib/gio/gio.toml.in
@@ -1,6 +1,6 @@
 [library]
 name = "Gio"
-version = "@VERSION@"
+version = "2.68"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
diff --git a/glib/glib/glib.toml.in b/glib/glib/glib.toml.in
index 5d4022b5e1..b44e0a05a9 100644
--- a/glib/glib/glib.toml.in
+++ b/glib/glib/glib.toml.in
@@ -1,6 +1,6 @@
 [library]
 name = "GLib"
-version = "@VERSION@"
+version = "2.68"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";
diff --git a/glib/gobject/gobject.toml.in b/glib/gobject/gobject.toml.in
index 632cafed3e..4bb2ab2296 100644
--- a/glib/gobject/gobject.toml.in
+++ b/glib/gobject/gobject.toml.in
@@ -1,6 +1,6 @@
 [library]
 name = "GObject"
-version = "@VERSION@"
+version = "2.68"
 browse_url = "https://gitlab.gnome.org/GNOME/glib/";
 repository_url = "https://gitlab.gnome.org/GNOME/glib.git";
 website_url = "https://www.gtk.org";


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