We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae228db commit 83f1e2fCopy full SHA for 83f1e2f
NEWS
@@ -1,3 +1,8 @@
1
+2.10.0 (stable):
2
+
3
+* Build: Fix silent builds.
4
+ (Kjell Ahlstedt) Bug #768797
5
6
2.9.3 (unstable):
7
8
* signal:
configure.ac
@@ -15,7 +15,7 @@
15
## You should have received a copy of the GNU Lesser General Public License
16
## along with this library. If not, see <http://www.gnu.org/licenses/>.
17
18
-AC_INIT([libsigc++], [2.9.3],
+AC_INIT([libsigc++], [2.10.0],
19
[http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B],
20
[libsigc++], [http://libsigc.sourceforge.net/])
21
AC_PREREQ([2.59])
0 commit comments