[glibmm] 2.39.91



commit 335b718f1f6cfa08299b0023f08a38bbc8aeae22
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 4 10:21:04 2014 +0100

    2.39.91

 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c5843a1..40e6b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.39.91 (unstable):
+
+Documenation:
+* Improve Gio::Socket documentation.
+  (Tomasz Jankowski, Murray Cumming)
+
 2.39.3 (unstable):
 
 Gio
diff --git a/configure.ac b/configure.ac
index baee4ca..d0b8ec1 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.39.4],
+AC_INIT([glibmm], [2.39.91],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.39.4'
+glibreq='2.0 >= 2.39.91'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


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