summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-09-20 12:13:23 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-09-20 12:13:23 +0200
commit83f1e2fe7855f85af570b9653903d2c426d67e72 (patch)
tree43739becf605ba61e4694f5c634ec16640d539e0
parentae228db5ef9b816a1056a8951433362f4c1532c0 (diff)
downloadsigc++-2.10.0.tar.gz
2.10.02.10.0
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3286da2..b5552d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.10.0 (stable):
+
+* Build: Fix silent builds.
+ (Kjell Ahlstedt) Bug #768797
+
2.9.3 (unstable):
* signal:
diff --git a/configure.ac b/configure.ac
index 004687d..62deef0 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([libsigc++], [2.9.3],
+AC_INIT([libsigc++], [2.10.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])