summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-12 18:23:30 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-06-12 18:23:30 +0200
commit06fabac512bf81164d5b01f877927cb39e9db864 (patch)
tree809b301595846a49f8a4b7fcada9adef66cf974b
parentf97af9f22a8e00932d74a1b456926d66b581d54a (diff)
downloadsigc++-06fabac512bf81164d5b01f877927cb39e9db864.tar.gz
2.10.22.10.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 736f774..f680a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.10.2: (stable)
+
+This release is identical to 2.10.1, except for:
+* Reference docs generated by Doxygen 1.8.11.
+ Hopefully it will show up at
+ https://developer.gnome.org/libsigc++/stable/
+
+
2.10.1: (stable)
* signal_impl::clear(): Don't clear the slot list during signal emission,
diff --git a/configure.ac b/configure.ac
index 0a2d040..8477644 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.10.1],
+AC_INIT([libsigc++], [2.10.2],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])