summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-18 19:40:38 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-18 19:40:38 +0100
commit94b37befe40dfce37851f91245edebd361502ea2 (patch)
tree8ad77cc5ba6b7a9618a58bdb9b77d335e2fe547f
parent69d467ee8d0d9fa6478b376610062a1ac176186c (diff)
downloadglibmm-94b37befe40dfce37851f91245edebd361502ea2.tar.gz
2.65.22.65.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fe096924..4ec5aa13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.65.2: (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* Add missing #includes
+ (Kjell Ahlstedt) Issue #69 (Kalev Lember)
+
+
2.65.1: (unstable):
Distro packagers should probably not package this yet.
diff --git a/configure.ac b/configure.ac
index fcadcd40..e1b8849f 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([glibmm], [2.65.1],
+AC_INIT([glibmm], [2.65.2],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index f8fe1ce4..8436767e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of glibmm.
project('glibmm', 'cpp',
- version: '2.65.1',
+ version: '2.65.2',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'