summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])