[gcr/main] meson: Change version to 4.0.0




commit fcc4239897968e5e0b432fe77cb51b0cb0845cb2
Author: Corentin Noël <corentin noel collabora com>
Date:   Mon Apr 4 11:10:58 2022 +0200

    meson: Change version to 4.0.0
    
    Bump gck version to 2.0.0

 .gitlab-ci.yml | 8 ++++----
 README.md      | 6 ++++++
 meson.build    | 6 +++---
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d588b47..9658c926 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,10 +99,10 @@ pages:
     - mv gcr-3/_build/docs/gcr/gcr-3 public/gcr-3
     - mv gcr-3/_build/docs/ui/gcr-ui-3 public/gcr-ui-3
     - mv _build/meson-logs/coveragereport public/coverage
-    - mv _build/docs/gck/gck-1 public/gck-4
-    - mv _build/docs/gcr/gcr-3 public/gcr-4
-    - mv _build/docs/gcr-gtk3/gcr-gtk3-3 public/gcr-gtk-3
-    - mv _build/docs/gcr-gtk4/gcr-gtk4-3 public/gcr-gtk-4
+    - mv _build/docs/gck/gck-2 public/gck-2
+    - mv _build/docs/gcr/gcr-4 public/gcr-4
+    - mv _build/docs/gcr-gtk3/gcr-gtk3-4 public/gcr-gtk3-4
+    - mv _build/docs/gcr-gtk4/gcr-gtk4-4 public/gcr-gtk4-4
   artifacts:
     when: on_success
     paths:
diff --git a/README.md b/README.md
index 7013994f..166630f4 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,12 @@ The documentation for GCR and GCK is built using [gi-docgen].
 
 You can find the nightly documentation at:
 
+* Gck: https://gnome.pages.gitlab.gnome.org/gcr/gck-2/
+* Gcr: https://gnome.pages.gitlab.gnome.org/gcr/gcr-4/
+* GcrGtk4: https://gnome.pages.gitlab.gnome.org/gcr/gcr-gtk4-4/
+* GcrGtk3: https://gnome.pages.gitlab.gnome.org/gcr/gcr-gtk3-4/
+
+You can find the older GCR documentation at:
 * Gck: https://gnome.pages.gitlab.gnome.org/gcr/gck-1/
 * Gcr: https://gnome.pages.gitlab.gnome.org/gcr/gcr-3/
 * GcrUI: https://gnome.pages.gitlab.gnome.org/gcr/gcr-ui-3/
diff --git a/meson.build b/meson.build
index a930816f..a0010a9d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gcr', 'c',
-  version: '3.90.0',
+  version: '4.0.0',
   meson_version: '>= 0.52',
   license: 'GPL2+',
 )
@@ -16,8 +16,8 @@ gcr_major_version = gcr_version_array[0].to_int()
 gcr_minor_version = gcr_version_array[1].to_int()
 gcr_micro_version = gcr_version_array[2].to_int()
 
-gck_version = '1.0.0'
-gck_soversion = '0.0.0'
+gck_version = '2.0.0'
+gck_soversion = '1.0.0'
 gck_version_array = gck_version.split('.')
 gck_major_version = gck_version_array[0].to_int()
 gck_minor_version = gck_version_array[1].to_int()


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