summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 18:11:11 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 18:11:11 +0100
commit17ee1d96b852ff74ca85c05448afb63e02488594 (patch)
tree8c8c46149ab423a039b899f1223b4613ba771462
parent6caeaf2d0b72bf859bf3357dc146f544d360b1dc (diff)
downloadglibmm-17ee1d96b852ff74ca85c05448afb63e02488594.tar.gz
2.58.02.58.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40665200..63c3cc08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.58.0 (stable):
+
+This release is identical to 2.56.1.
+
+
2.56.1 (stable):
Glib:
diff --git a/configure.ac b/configure.ac
index 8d95aa14..e7066874 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.56.1],
+AC_INIT([glibmm], [2.58.0],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])