[gdlmm] Bump version to 3.7.3 + Update NEWS file
- From: Fabien Parent <fparent src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdlmm] Bump version to 3.7.3 + Update NEWS file
- Date: Mon, 18 Feb 2013 15:28:38 +0000 (UTC)
commit 6a80d654bd73cdab2e6fca61bc20f6875aa22221
Author: Fabien Parent <f-parent ti com>
Date: Mon Feb 18 14:55:38 2013 +0100
Bump version to 3.7.3 + Update NEWS file
NEWS | 10 ++++++++++
configure.ac | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4d836f4..fdfc98e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.7.3 (2013-02-18)
+
+ * Support of GDL 3.7.3 (Alban Browaeys & Fabien Parent)
+ * Method Dock::hide_preview added (Fabien Parent)
+ * Method DockObject::is_automatic removed (Alban Browaeys)
+ * Method DockObject::set_manual removed (Alban Browaeys)
+ * Method Dock::xor_rect_hide removed (Fabien Parent)
+ * Method Dock::get_layouts_ui removed (Fabien Parent)
+ * Add missing parameter to Dock::dock_drag_motion (Fabien Parent)
+
3.3.2 (2011-11-23)
* Suppressed left-over gdl_dock_layout_run_manager (Marc Plano-Lesay)
diff --git a/configure.ac b/configure.ac
index 8bd6843..f973e45 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 program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gdlmm], [3.3.2], [http://bugzilla.gnome.org/], [gdlmm], [http://www.gtkmm.org/])
+AC_INIT([gdlmm], [3.7.3], [http://bugzilla.gnome.org/], [gdlmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([gdl/src/dock.hg])
@@ -34,14 +34,14 @@ MM_INIT_MODULE([gdlmm-3.0])
MM_CONFIG_DOCTOOL_DIR([docs])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([GDLMM_SO_VERSION], [1:0:0])
+AC_SUBST([GDLMM_SO_VERSION], [2:0:0])
AC_PROG_CXX
AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_SUBST([GDLMM_MODULES], ['gdl-3.0 >= 3.0 glibmm-2.4 >= 2.16 gtkmm-3.0 >= 3.0'])
+AC_SUBST([GDLMM_MODULES], ['gdl-3.0 >= 3.7 glibmm-2.4 >= 2.16 gtkmm-3.0 >= 3.0'])
PKG_CHECK_MODULES([GDLMM], [$GDLMM_MODULES])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]