summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-04-08 10:56:47 +0200
committerMurray Cumming <murrayc@murrayc.com>2016-04-08 10:56:47 +0200
commitd54f13e6d04cf7d2875dfe62f23d3bf6df035941 (patch)
tree0792647e2208acd588e702e09f4d5eefcaf1798f
parent6e279a310d6b497378a3c9585ad98394f8a46840 (diff)
downloadsigc++-d54f13e6d04cf7d2875dfe62f23d3bf6df035941.tar.gz
2.9.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5da7cf..0200122 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.9.2 (unstable):
+
+* Minor documentation improvements.
+ (Murray Cumming)
+* Some more minor uses of C++11 syntax.
+ (Murray Cumming)
+
+
2.9.1 (unstable):
* slot: Allow sigc::slot<R(Args...)> syntax, like std::function,
diff --git a/configure.ac b/configure.ac
index 15a6c32..5f4d14b 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.1],
+AC_INIT([libsigc++], [2.9.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
[libsigc++], [http://libsigc.sourceforge.net/])
AC_PREREQ([2.59])