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 8c43928 commit 0668477Copy full SHA for 0668477
NEWS
@@ -1,3 +1,8 @@
1
+
2
+2.8.0 (stable)
3
4
+* Documentation: Mention use with CMake.
5
6
2.7.2 (unstable):
7
8
* Deprecate sigc::ref() and sigc::reference_wrapper(),
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.7.2],
+AC_INIT([libsigc++], [2.8.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