libsigc++2 r296 - in trunk: . sigc++/macros
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: libsigc++2 r296 - in trunk: . sigc++/macros
- Date: Mon, 10 Mar 2008 12:22:07 +0000 (GMT)
Author: murrayc
Date: Mon Mar 10 12:22:07 2008
New Revision: 296
URL: http://svn.gnome.org/viewvc/libsigc++2?rev=296&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/sigc++/macros/slot.h.m4
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Mar 10 12:22:07 2008
@@ -1,3 +1,9 @@
+2.2.2 (stable)
+
+* Added an include of functors/slot.h that was mistakenly removed
+ during the 2.1 series.
+ (Deng Xiyue) Bug #521418.
+
2.2.1 (stable):
* Really fix the build with Sun CC.
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Mar 10 12:22:07 2008
@@ -7,7 +7,7 @@
dnl thus make format_package-0.0.1.tar.gz
pushdef([FP_MAJOR_VERSION], [2])
pushdef([FP_MINOR_VERSION], [2])
-pushdef([FP_MICRO_VERSION], [1])
+pushdef([FP_MICRO_VERSION], [2])
pushdef([FP_EXTRA_VERSION], [])
pushdef([FP_VERSION], FP_MAJOR_VERSION.FP_MINOR_VERSION.FP_MICRO_VERSION[]FP_EXTRA_VERSION)
# package name, version, support contact, tarball name.
Modified: trunk/sigc++/macros/slot.h.m4
==============================================================================
--- trunk/sigc++/macros/slot.h.m4 (original)
+++ trunk/sigc++/macros/slot.h.m4 Mon Mar 10 12:22:07 2008
@@ -22,3 +22,4 @@
__FIREWALL__
+#include <sigc++/functors/slot.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]