[gtk/gtk-4-8] Post-release version bump




commit a66b3caa1ac66ca4e28a18e09f716594090e16a7
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 28 13:17:46 2022 -0400

    Post-release version bump
    
    This is an experiment to see if I can keep up with
    doing post-release version bumps, so git snapshots
    will always have a different version from released
    tarballs.

 NEWS        | 4 ++++
 meson.build | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index fa73963a7c..c26a98b24c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of Changes in 4.8.2, dd-mm-yyyy
+========================================
+
+
 Overview of Changes in 4.8.1, 16-09-2022
 ========================================
 
diff --git a/meson.build b/meson.build
index 23e932334c..d0c771119a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.8.1',
+        version: '4.8.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',


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