summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a5d07199..31a543f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-2.36.1 (stable):
+2.39.3 (unstable):
+
+* Documentation improvements.
+ (Kjell Ahlstedt)
+* Fix a test on IPv6 systems.
+ (Adam Sampson)
+
+2.38.1 (stable):
Build:
* Gio::ActionGroup: Remove a nonsensical check that
diff --git a/configure.ac b/configure.ac
index cfe992cf..312003ce 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.38.1],
+AC_INIT([glibmm], [2.39.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])