[pangomm] Bump version to 2.43.3



commit af93da92bc6138fa5906f443dc35cacf68aa2a41
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Oct 7 16:44:47 2020 +0200

    Bump version to 2.43.3
    
    Even micro version in released versions, odd micro version in Git.
    See https://wiki.gnome.org/MaintainersCorner/Releasing
    (which says minor version in one sentence where it should
    say micro version)

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 33645eb..a5d397c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([pangomm], [2.43.2],
+AC_INIT([pangomm], [2.43.3],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index f19adc6..5cedae6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.43.2',
+  version: '2.43.3',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'


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